[vuclip] Fix extraction
parent
2328f2fe68
commit
5d8dcb5342
|
@ -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-->
|
||||||
)
|
)
|
||||||
(.*?)
|
(.*?)
|
||||||
|
|
Loading…
Reference in New Issue