projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce7e39
)
Handle video pages without vevo IDs (Fixes #923)
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 25 Jun 2013 09:17:28 +0000
(11:17 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 25 Jun 2013 10:28:17 +0000
(12:28 +0200)
youtube_dl/extractor/youtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/youtube.py
b/youtube_dl/extractor/youtube.py
index b34c1a7b9a494ca719f2a7ec3f1a128837efbf14..23ee24d7064e79d9b397169e5e5923db704d0a08 100644
(file)
--- a/
youtube_dl/extractor/youtube.py
+++ b/
youtube_dl/extractor/youtube.py
@@
-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