+ }, {
+ # Prochan embed
+ 'url': 'http://www.liveleak.com/view?i=4f7_1392687779',
+ 'md5': '42c6d97d54f1db107958760788c5f48f',
+ 'info_dict': {
+ 'id': '4f7_1392687779',
+ 'ext': 'mp4',
+ 'description': "The guy with the cigarette seems amazingly nonchalant about the whole thing... I really hope my friends' reactions would be a bit stronger.\r\n\r\nAction-go to 0:55.",
+ 'uploader': 'CapObveus',
+ 'title': 'Man is Fatally Struck by Reckless Car While Packing up a Moving Truck',
+ 'age_limit': 18,
+ },
+ 'skip': 'Video is dead',
+ }, {
+ # Covers https://github.com/ytdl-org/youtube-dl/pull/5983
+ # Multiple resolutions
+ 'url': 'http://www.liveleak.com/view?i=801_1409392012',
+ 'md5': 'c3a449dbaca5c0d1825caecd52a57d7b',
+ 'info_dict': {
+ 'id': '801_1409392012',
+ 'ext': 'mp4',
+ 'description': 'Happened on 27.7.2014. \r\nAt 0:53 you can see people still swimming at near beach.',
+ 'uploader': 'bony333',
+ 'title': 'Crazy Hungarian tourist films close call waterspout in Croatia',
+ 'thumbnail': r're:^https?://.*\.jpg$'
+ }
+ }, {
+ # Covers https://github.com/ytdl-org/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'
+ },
+ 'params': {
+ 'skip_download': True,
+ },
+ }, {
+ 'url': 'https://www.liveleak.com/view?i=677_1439397581',
+ 'info_dict': {
+ 'id': '677_1439397581',
+ 'title': 'Fuel Depot in China Explosion caught on video',
+ },
+ 'playlist_count': 3,
+ }, {
+ 'url': 'https://www.liveleak.com/view?t=HvHi_1523016227',
+ 'only_matching': True,
+ }, {
+ # No original video
+ 'url': 'https://www.liveleak.com/view?t=C26ZZ_1558612804',
+ 'only_matching': True,
+ }]
+
+ @staticmethod
+ def _extract_urls(webpage):
+ return re.findall(
+ r'<iframe[^>]+src="(https?://(?:\w+\.)?liveleak\.com/ll_embed\?[^"]*[ift]=[\w_]+[^"]+)"',
+ webpage)