Browse Source

[vevo] The title in the url is optional (fixes #3020)

totalwebcasting
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
9168308579
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/vevo.py

+ 1
- 1
youtube_dl/extractor/vevo.py View File

@ -16,7 +16,7 @@ class VevoIE(InfoExtractor):
(currently used by MTVIE)
"""
_VALID_URL = r'''(?x)
(?:https?://www\.vevo\.com/watch/(?:[^/]+/[^/]+/)?|
(?:https?://www\.vevo\.com/watch/(?:[^/]+/(?:[^/]+/)?)?|
https?://cache\.vevo\.com/m/html/embed\.html\?video=|
https?://videoplayer\.vevo\.com/embed/embedded\?videoId=|
vevo:)


Loading…
Cancel
Save