[funnyordie] fix video url extraction

master
Jaime Marquínez Ferrándiz 11 years ago
parent 07ac9e2cc2
commit c247d87ef3

@ -21,7 +21,7 @@ class FunnyOrDieIE(InfoExtractor):
video_id = mobj.group('id')
webpage = self._download_webpage(url, video_id)
video_url = self._search_regex(r'type: "video/mp4", src: "(.*?)"',
video_url = self._search_regex(r'type="video/mp4" src="(.*?)"',
webpage, u'video URL', flags=re.DOTALL)
info = {

Loading…
Cancel
Save