diff options
-rw-r--r-- | youtube_dl/extractor/vevo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py index 7eda9469b..a4b26a26f 100644 --- 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 = [{ |