Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backups
youtube-dl
Commits
d1e41164
Commit
d1e41164
authored
Jul 01, 2019
by
nyuszika7h
Committed by
Sergey M
Jul 02, 2019
Browse files
[vevo] Add support for embed.vevo.com URLs (#21565)
parent
9baf69af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
youtube_dl/extractor/vevo.py
youtube_dl/extractor/vevo.py
+4
-0
No files found.
youtube_dl/extractor/vevo.py
View file @
d1e41164
...
...
@@ -34,6 +34,7 @@ class VevoIE(VevoBaseIE):
(?:https?://(?:www\.)?vevo\.com/watch/(?!playlist|genre)(?:[^/]+/(?:[^/]+/)?)?|
https?://cache\.vevo\.com/m/html/embed\.html\?video=|
https?://videoplayer\.vevo\.com/embed/embedded\?videoId=|
https?://embed\.vevo\.com/.*?[?&]isrc=|
vevo:)
(?P<id>[^&?#]+)'''
...
...
@@ -144,6 +145,9 @@ class VevoIE(VevoBaseIE):
# Geo-restricted to Netherlands/Germany
'url'
:
'http://www.vevo.com/watch/boostee/pop-corn-clip-officiel/FR1A91600909'
,
'only_matching'
:
True
,
},
{
'url'
:
'https://embed.vevo.com/?isrc=USH5V1923499&partnerId=4d61b777-8023-4191-9ede-497ed6c24647&partnerAdCode='
,
'only_matching'
:
True
,
}]
_VERSIONS
=
{
0
:
'youtube'
,
# only in AuthenticateVideo videoVersions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment