@ -29,7 +30,12 @@ class HuffPostIE(InfoExtractor):
'description':'This week on Legalese It, Mike talks to David Bosco about his new book on the ICC, "Rough Justice," he also discusses the Virginia AG\'s historic stance on gay marriage, the execution of Edgar Tamayo, the ICC\'s delay of Kenya\'s President and more. ',
'duration':1549,
'upload_date':'20140124',
}
},
'params':{
# m3u8 download
'skip_download':True,
},
'expected_warnings':['HTTP Error 404: Not Found'],
}
def_real_extract(self,url):
@ -45,7 +51,7 @@ class HuffPostIE(InfoExtractor):
description=data.get('description')
thumbnails=[]
forurlindata['images'].values():
forurlinfilter(None,data['images'].values()):
m=re.match('.*-([0-9]+x[0-9]+)\.',url)
ifnotm:
continue
@ -54,13 +60,25 @@ class HuffPostIE(InfoExtractor):