mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-17 15:25:49 +00:00
[vuclip] Fix extraction
This commit is contained in:
parent
2328f2fe68
commit
5d8dcb5342
@ -49,7 +49,7 @@ def _real_extract(self, url):
|
|||||||
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-->
|
||||||
)
|
)
|
||||||
(.*?)
|
(.*?)
|
||||||
|
Loading…
Reference in New Issue
Block a user