Handle video pages without vevo IDs (Fixes #923)
[youtube-dl] / youtube_dl / extractor / youtube.py
index b34c1a7b9a494ca719f2a7ec3f1a128837efbf14..23ee24d7064e79d9b397169e5e5923db704d0a08 100644 (file)
@@ -484,6 +484,8 @@ class YoutubeIE(InfoExtractor):
 
         try:
             mobj = re.search(r';ytplayer.config = ({.*?});', video_webpage)
+            if not mobj:
+                raise ValueError('Could not find vevo ID')
             info = json.loads(mobj.group(1))
             args = info['args']
             # Easy way to know if the 's' value is in url_encoded_fmt_stream_map