youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ebce53b3d85bc5c099b4fd0ca27d03034d7024ea
parent 83c632dc439cbf475e34f788d81e6308359c5c52
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 16 Dec 2013 21:48:38 +0100

[vevo] Add suppor for videoplayer. URLs (#1957)

Diffstat:
Myoutube_dl/extractor/vevo.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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 = [{