This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[vevo] Add suppor for videoplayer. URLs (
#1957
)
totalwebcasting
Philipp Hagemeister
11 years ago
parent
83c632dc43
commit
ebce53b3d8
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/extractor/vevo.py
+ 1
- 0
youtube_dl/extractor/vevo.py
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
=
[
{
Write
Preview
Loading…
Cancel
Save