Merge remote-tracking branch 'rzhxeo/crunchyroll'
[youtube-dl] / youtube_dl / extractor / vevo.py
index 7eda9469b377a3c6da5f594d1269c2ca64bbbbc5..a4b26a26f4132840c57700fad96785dfb390a8db 100644 (file)
@@ -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 = [{