1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 12:09:32 +00:00

[vuclip] Fix extraction

This commit is contained in:
Sergey M․ 2015-05-18 21:39:15 +06:00
parent 2328f2fe68
commit 5d8dcb5342

View file

@ -49,7 +49,7 @@ class VuClipIE(InfoExtractor):
links_code = self._search_regex( links_code = self._search_regex(
r'''(?xs) r'''(?xs)
(?: (?:
<img\s+src="/im/play.gif".*?>| <img\s+src="[^"]*/play.gif".*?>|
<!--\ player\ end\ -->\s*</div><!--\ thumb\ end--> <!--\ player\ end\ -->\s*</div><!--\ thumb\ end-->
) )
(.*?) (.*?)