-
- _VALID_URL = r'^(?:http://)?(?:\w+\.)?liveleak\.com/view\?(?:.*?)i=(?P<video_id>[\w_]+)(?:.*)'
- IE_NAME = u'liveleak'
- _TEST = {
- u'url': u'http://www.liveleak.com/view?i=757_1364311680',
- u'file': u'757_1364311680.mp4',
- u'md5': u'0813c2430bea7a46bf13acf3406992f4',
- u'info_dict': {
- u"description": u"extremely bad day for this guy..!",
- u"uploader": u"ljfriel2",
- u"title": u"Most unlucky car accident"
+ _VALID_URL = r'https?://(?:\w+\.)?liveleak\.com/view\?.*?\b[it]=(?P<id>[\w_]+)'
+ _TESTS = [{
+ 'url': 'http://www.liveleak.com/view?i=757_1364311680',
+ 'md5': '0813c2430bea7a46bf13acf3406992f4',
+ 'info_dict': {
+ 'id': '757_1364311680',
+ 'ext': 'mp4',
+ 'description': 'extremely bad day for this guy..!',
+ 'uploader': 'ljfriel2',
+ 'title': 'Most unlucky car accident',
+ 'thumbnail': r're:^https?://.*\.jpg$'
+ }
+ }, {
+ 'url': 'http://www.liveleak.com/view?i=f93_1390833151',
+ 'md5': 'd3f1367d14cc3c15bf24fbfbe04b9abf',
+ 'info_dict': {
+ 'id': 'f93_1390833151',
+ 'ext': 'mp4',
+ 'description': 'German Television Channel NDR does an exclusive interview with Edward Snowden.\r\nUploaded on LiveLeak cause German Television thinks the rest of the world isn\'t intereseted in Edward Snowden.',
+ 'uploader': 'ARD_Stinkt',
+ 'title': 'German Television does first Edward Snowden Interview (ENGLISH)',
+ 'thumbnail': r're:^https?://.*\.jpg$'
+ }
+ }, {
+ # 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$'