mirror of https://github.com/yt-dlp/yt-dlp.git
[tumblr] Remove redundant test
This commit is contained in:
parent
140ac73965
commit
5d84b79a30
|
@ -29,19 +29,6 @@ class TumblrIE(InfoExtractor):
|
||||||
'description': 'md5:dba62ac8639482759c8eb10ce474586a',
|
'description': 'md5:dba62ac8639482759c8eb10ce474586a',
|
||||||
'thumbnail': 're:http://.*\.jpg',
|
'thumbnail': 're:http://.*\.jpg',
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
'url': 'http://hdvideotest.tumblr.com/post/130323439814/test-description-for-my-hd-video',
|
|
||||||
'md5': '99a84522f60972bf064a0b80f87bcbb5',
|
|
||||||
'info_dict': {
|
|
||||||
'id': '130323439814',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'HD Video Testing \u2014 Test description for my HD video',
|
|
||||||
'description': 'md5:97cc3ab5fcd27ee4af6356701541319c',
|
|
||||||
'thumbnail': 're:http://.*\.jpg',
|
|
||||||
},
|
|
||||||
'params': {
|
|
||||||
'format': 'sd',
|
|
||||||
},
|
|
||||||
}, {
|
}, {
|
||||||
'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',
|
||||||
|
|
Loading…
Reference in New Issue