mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 10:14:42 +01:00
[vuclip] Fix regexp
This commit is contained in:
parent
a7a747d687
commit
2d29ac4f23
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user