diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-05-31 17:55:03 +0200 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-05-31 17:55:03 +0200 | 
| commit | 9168308579db01dbd65131d963f5721df9106e1e (patch) | |
| tree | a489080b3f0406503e2987e3393e7f8ba5bcdc43 | |
| parent | 7e8fdb1aaeced1caf3c8c5365b32d4535d1d434e (diff) | |
[vevo] The title in the url is optional (fixes #3020)
| -rw-r--r-- | youtube_dl/extractor/vevo.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py index ea34a8f16..eada13ce9 100644 --- a/youtube_dl/extractor/vevo.py +++ b/youtube_dl/extractor/vevo.py @@ -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:) | 
