1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 06:09:58 +08:00

[tumblr] Removed extraneous resolution key in HD video tests

This commit is contained in:
Oli Allen 2015-10-04 18:14:49 +01:00
parent 92e0aee3e4
commit c90cd3930a

View File

@ -31,7 +31,6 @@ class TumblrIE(InfoExtractor):
}, { }, {
'url': 'http://hdvideotest.tumblr.com/post/130323439814/test-description-for-my-hd-video', 'url': 'http://hdvideotest.tumblr.com/post/130323439814/test-description-for-my-hd-video',
'md5': '99a84522f60972bf064a0b80f87bcbb5', 'md5': '99a84522f60972bf064a0b80f87bcbb5',
'resolution': 'hd',
'info_dict': { 'info_dict': {
'id': '130323439814', 'id': '130323439814',
'ext': 'mp4', 'ext': 'mp4',
@ -45,7 +44,6 @@ class TumblrIE(InfoExtractor):
}, { }, {
'url': 'http://hdvideotest.tumblr.com/post/130323439814/test-description-for-my-hd-video', 'url': 'http://hdvideotest.tumblr.com/post/130323439814/test-description-for-my-hd-video',
'md5': '7ae503065ad150122dc3089f8cf1546c', 'md5': '7ae503065ad150122dc3089f8cf1546c',
'resolution': 'hd',
'info_dict': { 'info_dict': {
'id': '130323439814', 'id': '130323439814',
'ext': 'mp4', 'ext': 'mp4',