mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[vuclip] Fix extraction
This commit is contained in:
parent
2328f2fe68
commit
5d8dcb5342
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def _real_extract(self, url):
|
|||
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