projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c632d
)
[vevo] Add suppor for videoplayer. URLs (#1957)
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 16 Dec 2013 20:48:38 +0000
(21:48 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 16 Dec 2013 20:48:38 +0000
(21:48 +0100)
youtube_dl/extractor/vevo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vevo.py
b/youtube_dl/extractor/vevo.py
index 7eda9469b377a3c6da5f594d1269c2ca64bbbbc5..a4b26a26f4132840c57700fad96785dfb390a8db 100644
(file)
--- a/
youtube_dl/extractor/vevo.py
+++ b/
youtube_dl/extractor/vevo.py
@@
-18,6
+18,7
@@
class VevoIE(InfoExtractor):
_VALID_URL = r'''(?x)
(?:https?://www\.vevo\.com/watch/(?:[^/]+/[^/]+/)?|
https?://cache\.vevo\.com/m/html/embed\.html\?video=|
+ https?://videoplayer\.vevo\.com/embed/embedded\?videoId=|
vevo:)
(?P<id>[^&?#]+)'''
_TESTS = [{