From ebce53b3d85bc5c099b4fd0ca27d03034d7024ea Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 16 Dec 2013 21:48:38 +0100 Subject: [PATCH] [vevo] Add suppor for videoplayer. URLs (#1957) --- youtube_dl/extractor/vevo.py | 1 + 1 file changed, 1 insertion(+) 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[^&?#]+)''' _TESTS = [{