1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-27 06:09:35 +00:00

[vuclip] Fix regexp

This commit is contained in:
Philipp Hagemeister 2014-09-29 21:48:44 +02:00
parent a7a747d687
commit 2d29ac4f23

View file

@ -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(