Add Test Case in LiveLeak IE Extractor
This commit is contained in:
parent
212f9e5926
commit
232165777d
@ -54,6 +54,19 @@ class LiveLeakIE(InfoExtractor):
|
|||||||
'title': 'Crazy Hungarian tourist films close call waterspout in Croatia',
|
'title': 'Crazy Hungarian tourist films close call waterspout in Croatia',
|
||||||
'thumbnail': 're:^https?://.*\.jpg$'
|
'thumbnail': 're:^https?://.*\.jpg$'
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
# Covers https://github.com/rg3/youtube-dl/pull/10664#issuecomment-247439521
|
||||||
|
'url' : 'http://m.liveleak.com/view?i=763_1473349649',
|
||||||
|
'add_ie': ['Youtube'],
|
||||||
|
'info_dict': {
|
||||||
|
'id': '763_1473349649',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'Reporters and public officials ignore epidemic of black on asian violence in Sacramento | Colin Flaherty',
|
||||||
|
'description': 'Colin being the warrior he is and showing the injustice Asians in Sacramento are being subjected to.',
|
||||||
|
'uploader': 'Ziz',
|
||||||
|
'upload_date': '20160908',
|
||||||
|
'uploader_id': 'UCEbta5E_jqlZmEJsriTEtnw'
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user