mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-12 23:52:15 +08:00
[tumblr] Removed extraneous resolution key in HD video tests
This commit is contained in:
parent
92e0aee3e4
commit
c90cd3930a
@ -31,7 +31,6 @@ class TumblrIE(InfoExtractor):
|
||||
}, {
|
||||
'url': 'http://hdvideotest.tumblr.com/post/130323439814/test-description-for-my-hd-video',
|
||||
'md5': '99a84522f60972bf064a0b80f87bcbb5',
|
||||
'resolution': 'hd',
|
||||
'info_dict': {
|
||||
'id': '130323439814',
|
||||
'ext': 'mp4',
|
||||
@ -45,7 +44,6 @@ class TumblrIE(InfoExtractor):
|
||||
}, {
|
||||
'url': 'http://hdvideotest.tumblr.com/post/130323439814/test-description-for-my-hd-video',
|
||||
'md5': '7ae503065ad150122dc3089f8cf1546c',
|
||||
'resolution': 'hd',
|
||||
'info_dict': {
|
||||
'id': '130323439814',
|
||||
'ext': 'mp4',
|
||||
|
Loading…
x
Reference in New Issue
Block a user