Browse Source

Update funnyordie.py

totalwebcasting
pishposhmcgee 10 years ago
parent
commit
1593194c63
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      youtube_dl/extractor/funnyordie.py

+ 1
- 2
youtube_dl/extractor/funnyordie.py 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')


Loading…
Cancel
Save