X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fvesti.py;h=f51d4dcfa6c0cbda5fb8c53d0421ac099cea8295;hb=9e68f9fdf1efa6b6afe141feb27d9626e40c3056;hp=7773cec1447810afe64f9aa057f1905cd73036ab;hpb=72ca1d7f45488d746337cdf61a70ff25d9e8411b;p=youtube-dl.git diff --git a/youtube_dl/extractor/vesti.py b/youtube_dl/extractor/vesti.py index 7773cec14..f51d4dcfa 100644 --- a/youtube_dl/extractor/vesti.py +++ b/youtube_dl/extractor/vesti.py @@ -87,8 +87,7 @@ class VestiIE(InfoExtractor): video_id = mobj.group('id') else: mobj = re.search( - r'\s*', page) if not mobj: raise ExtractorError('No media found')