mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-01 11:32:52 -05:00
[vuclip] Fix extraction
This commit is contained in:
@ -49,7 +49,7 @@ class VuClipIE(InfoExtractor):
|
|||||||
links_code = self._search_regex(
|
links_code = self._search_regex(
|
||||||
r'''(?xs)
|
r'''(?xs)
|
||||||
(?:
|
(?:
|
||||||
<img\s+src="/im/play.gif".*?>|
|
<img\s+src="[^"]*/play.gif".*?>|
|
||||||
<!--\ player\ end\ -->\s*</div><!--\ thumb\ end-->
|
<!--\ player\ end\ -->\s*</div><!--\ thumb\ end-->
|
||||||
)
|
)
|
||||||
(.*?)
|
(.*?)
|
||||||
|
Reference in New Issue
Block a user