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

This commit is contained in:
Philipp Hagemeister 2013-12-16 21:48:38 +01:00
parent 83c632dc43
commit ebce53b3d8
1 changed files with 1 additions and 0 deletions

View 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 = [{