[vevo] Add suppor for videoplayer. URLs (#1957)
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 16 Dec 2013 20:48:38 +0000 (21:48 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 16 Dec 2013 20:48:38 +0000 (21:48 +0100)
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 = [{