Update funnyordie.py

This commit is contained in:
pishposhmcgee 2015-03-10 15:35:35 -05:00
parent 614a7e1e23
commit 1593194c63
1 changed files with 1 additions and 2 deletions

View File

@ -65,8 +65,7 @@ class FunnyOrDieIE(InfoExtractor):
if not sublang in subtitles.keys():
subtitles[sublang]=[]
subext=suburl.split('/')[-1]
print subext
subtitles[sublang].append({'url': suburl,'ext': subext})
subtitles[sublang].append({'url': 'http://www.funnyordie.com'+suburl,'ext': subext})
post_json = self._search_regex(
r'fb_post\s*=\s*(\{.*?\});', webpage, 'post details')