1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-15 23:32:25 +02: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 @@ 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(