[imdb] Remove test md5
They seem to reencode quite frequently, so simply remove the md5 sum.
This commit is contained in:
parent
99673f04bc
commit
adb1307b9a
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ class ImdbIE(InfoExtractor):
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://www.imdb.com/video/imdb/vi2524815897',
|
'url': 'http://www.imdb.com/video/imdb/vi2524815897',
|
||||||
'md5': '9f34fa777ade3a6e57a054fdbcb3a068',
|
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '2524815897',
|
'id': '2524815897',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
|
Loading…
Reference in a new issue