[9gag] Remove redundant test
This commit is contained in:
parent
e28c794699
commit
c3a4e2ec40
1 changed files with 2 additions and 12 deletions
|
@ -26,18 +26,8 @@ class NineGagIE(InfoExtractor):
|
||||||
},
|
},
|
||||||
'add_ie': ['Youtube']
|
'add_ie': ['Youtube']
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://9gag.com/tv/p/KklwM/alternate-banned-opening-scene-of-gravity?ref=fsidebar',
|
'url': 'http://9gag.com/tv/p/KklwM',
|
||||||
'info_dict': {
|
'only_matching': True,
|
||||||
'id': 'KklwM',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'display_id': 'alternate-banned-opening-scene-of-gravity',
|
|
||||||
"description": "While Gravity was a pretty awesome movie already, YouTuber Krishna Shenoi came up with a way to improve upon it, introducing a much better solution to Sandra Bullock's seemingly endless tumble in space. The ending is priceless.",
|
|
||||||
'title': "Banned Opening Scene Of \"Gravity\" That Changes The Whole Movie",
|
|
||||||
'uploader': 'Krishna Shenoi',
|
|
||||||
'upload_date': '20140401',
|
|
||||||
'uploader_id': 'krishnashenoi93',
|
|
||||||
},
|
|
||||||
'add_ie': ['Youtube']
|
|
||||||
}]
|
}]
|
||||||
_EXTERNAL_VIDEO_PROVIDER = {
|
_EXTERNAL_VIDEO_PROVIDER = {
|
||||||
'1': {
|
'1': {
|
||||||
|
|
Loading…
Reference in a new issue