|
@ -18,6 +18,7 @@ class VevoIE(InfoExtractor): |
|
|
_VALID_URL = r'''(?x) |
|
|
_VALID_URL = r'''(?x) |
|
|
(?:https?://www\.vevo\.com/watch/(?:[^/]+/[^/]+/)?| |
|
|
(?:https?://www\.vevo\.com/watch/(?:[^/]+/[^/]+/)?| |
|
|
https?://cache\.vevo\.com/m/html/embed\.html\?video=| |
|
|
https?://cache\.vevo\.com/m/html/embed\.html\?video=| |
|
|
|
|
|
https?://videoplayer\.vevo\.com/embed/embedded\?videoId=| |
|
|
vevo:) |
|
|
vevo:) |
|
|
(?P<id>[^&?#]+)''' |
|
|
(?P<id>[^&?#]+)''' |
|
|
_TESTS = [{ |
|
|
_TESTS = [{ |
|
|