diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-09-08 22:40:02 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-09-08 22:40:02 +0700 |
commit | 2fdc7b0e0438e7f72380cfff11b619fe36234ebd (patch) | |
tree | 6d3df18838838e67ed27f753fc1906cf2609342e /youtube_dl | |
parent | 010d034fca60d94435d719e554663fba1894f8b3 (diff) |
[viafree] PEP 8
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/tvplay.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/tvplay.py b/youtube_dl/extractor/tvplay.py index c2a6e4e39..c0fec2594 100644 --- a/youtube_dl/extractor/tvplay.py +++ b/youtube_dl/extractor/tvplay.py @@ -390,7 +390,7 @@ class ViafreeIE(InfoExtractor): if thumbnail: video_id = self._search_regex( r'https?://[^/]+/imagecache/(?:[^/]+/)+seasons/\d+/(\d{6,})/', - thumbnail, 'video id', default=None) + thumbnail, 'video id', default=None) if not video_id: video_id = self._search_regex( |