youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 2fdc7b0e0438e7f72380cfff11b619fe36234ebd
parent 010d034fca60d94435d719e554663fba1894f8b3
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu,  8 Sep 2016 22:40:02 +0700

[viafree] PEP 8

Diffstat:
Myoutube_dl/extractor/tvplay.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(