mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 11:11:54 +00:00
[youtube] PEP 8
This commit is contained in:
parent
c7604d79e9
commit
ea3f20494f
1 changed files with 1 additions and 1 deletions
|
@ -1660,7 +1660,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||||
<a[^>]*
|
<a[^>]*
|
||||||
(?:
|
(?:
|
||||||
\bhref=["\']/red[^>]*>| # drop possible
|
\bhref=["\']/red[^>]*>| # drop possible
|
||||||
>\s*Listen ad-free with YouTube Red # YouTube Red ad
|
>\s*Listen ad-free with YouTube Red # YouTube Red ad
|
||||||
)
|
)
|
||||||
.*?
|
.*?
|
||||||
)?</li
|
)?</li
|
||||||
|
|
Loading…
Reference in a new issue