From b71dbc57c43e4bd8742e9f19c68e8b9728810ce8 Mon Sep 17 00:00:00 2001 From: "Sergey M." Date: Fri, 14 Feb 2014 22:26:13 +0700 Subject: [PATCH] [vesti] Fix player regex (Closes #2382) --- youtube_dl/extractor/vesti.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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')