mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-18 15:15:42 +07:00
[vuclip] Fix regexp
This commit is contained in:
@@ -53,7 +53,7 @@ def _real_extract(self, url):
|
|||||||
)
|
)
|
||||||
(.*?)
|
(.*?)
|
||||||
(?:
|
(?:
|
||||||
<a\s+href="fblike'|<div\s+class="social">
|
<a\s+href="fblike|<div\s+class="social">
|
||||||
)
|
)
|
||||||
''', webpage, 'links')
|
''', webpage, 'links')
|
||||||
title = self._html_search_regex(
|
title = self._html_search_regex(
|
||||||
|
|||||||
Reference in New Issue
Block a user