mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[vuclip] Fix extraction
This commit is contained in:
parent
2328f2fe68
commit
5d8dcb5342
|
@ -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-->
|
||||
)
|
||||
(.*?)
|
||||
|
|
Loading…
Reference in a new issue