diff options
| author | Sergey M․ <dstftw@gmail.com> | 2017-07-15 07:02:05 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2017-07-15 07:02:57 +0700 | 
| commit | ea3f20494f64c18123c61f722a7864e3dbdde566 (patch) | |
| tree | ea512d58d5caa43308453e2ad833fdb4802973cf | |
| parent | c7604d79e9993e76845141a61fdf3c308af917e3 (diff) | |
[youtube] PEP 8
| -rw-r--r-- | youtube_dl/extractor/youtube.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index 4597ccb3a..2e71795e7 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -1660,7 +1660,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):                      <a[^>]*                          (?:                              \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 | 
