mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-22 16:57:40 +00:00
[vuclip] Fix regexp
This commit is contained in:
parent
a7a747d687
commit
2d29ac4f23
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class VuClipIE(InfoExtractor):
|
|||
)
|
||||
(.*?)
|
||||
(?:
|
||||
<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 a new issue