Browse Source

[vuclip] Fix extraction

totalwebcasting
Sergey M․ 9 years ago
parent
commit
5d8dcb5342
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/vuclip.py

+ 1
- 1
youtube_dl/extractor/vuclip.py View File

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


Loading…
Cancel
Save