Handle video pages without vevo IDs (Fixes #923)
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 25 Jun 2013 09:17:28 +0000 (11:17 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 25 Jun 2013 10:28:17 +0000 (12:28 +0200)
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