[Spiegeltv] remove the md5 field to pass Travis test build
authorGeorg Jaehnig <georg@jaehnig.org>
Tue, 3 Jun 2014 15:52:39 +0000 (17:52 +0200)
committerGeorg Jaehnig <georg@jaehnig.org>
Tue, 3 Jun 2014 15:52:39 +0000 (17:52 +0200)
youtube_dl/extractor/spiegeltv.py

index 303c1104411a71aba0e746c96939cfc9b33ae92d..ffd55463305d07f593368e1c78f028bf05e3cf5f 100644 (file)
@@ -8,7 +8,6 @@ class SpiegeltvIE(InfoExtractor):
     _VALID_URL = r'https?://(?:www\.)?spiegel\.tv/filme/(?P<id>[\-a-z0-9]+)'
     _TEST = {
         'url': 'http://www.spiegel.tv/filme/flug-mh370/',
-        'md5': '700d62dc485f3a81cf9d52144e5ead59',
         'info_dict': {
             'id': 'flug-mh370',
             'ext': 'm4v',