mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 14:45: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')
|
||||
title = self._html_search_regex(
|
||||
|
||||
Reference in New Issue
Block a user