projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
010d034
)
[viafree] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Thu, 8 Sep 2016 15:40:02 +0000
(22:40 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 8 Sep 2016 15:40:02 +0000
(22:40 +0700)
youtube_dl/extractor/tvplay.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/tvplay.py
b/youtube_dl/extractor/tvplay.py
index c2a6e4e39539665beba97d5470da82d003dc58a6..c0fec25949c25363e9911af160704928966dd2cb 100644
(file)
--- 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(