[imdb] Remove test md5
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 7 Jan 2015 10:34:27 +0000 (11:34 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 8 Jan 2015 15:14:50 +0000 (16:14 +0100)
They seem to reencode quite frequently, so simply remove the md5 sum.

youtube_dl/extractor/imdb.py

index 13a53a0cb39f70ed1aaf1713283852cdc3cebeb4..f29df36b5bf6bd7e732ad84cbfd7d3eeb412f5ff 100644 (file)
@@ -16,7 +16,6 @@ class ImdbIE(InfoExtractor):
 
     _TEST = {
         'url': 'http://www.imdb.com/video/imdb/vi2524815897',
-        'md5': '9f34fa777ade3a6e57a054fdbcb3a068',
         'info_dict': {
             'id': '2524815897',
             'ext': 'mp4',