[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')
|
''', webpage, 'links')
|
||||||
title = self._html_search_regex(
|
title = self._html_search_regex(
|
||||||
|
|
Loading…
Reference in a new issue