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
[vuclip] Fix extraction
totalwebcasting
Sergey M․
10 years ago
parent
2328f2fe68
commit
5d8dcb5342
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/vuclip.py
+ 1
- 1
youtube_dl/extractor/vuclip.py
View File
@ -49,7 +49,7 @@ class VuClipIE(InfoExtractor):
links_code
=
self
.
_search_regex
(
r
'''
(?xs)
(
?
:
<
img
\
s
+
src
=
"
/im/play.gif
"
.
*
?
>
|
<
img
\
s
+
src
=
"
[^
"
]
*
/
play
.
gif
"
.*?>
|
<
!
-
-
\
player
\
end
\
-
-
>
\
s
*
<
/
div
>
<
!
-
-
\
thumb
\
end
-
-
>
)
(
.
*
?
)
Write
Preview
Loading…
Cancel
Save