From: Georg Jaehnig Date: Tue, 3 Jun 2014 15:52:39 +0000 (+0200) Subject: [Spiegeltv] remove the md5 field to pass Travis test build X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=df53a98f2ba7d628d66189ea2733271a1da5a6ad;p=youtube-dl [Spiegeltv] remove the md5 field to pass Travis test build --- diff --git a/youtube_dl/extractor/spiegeltv.py b/youtube_dl/extractor/spiegeltv.py index 303c11044..ffd554633 100644 --- a/youtube_dl/extractor/spiegeltv.py +++ b/youtube_dl/extractor/spiegeltv.py @@ -8,7 +8,6 @@ class SpiegeltvIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?spiegel\.tv/filme/(?P[\-a-z0-9]+)' _TEST = { 'url': 'http://www.spiegel.tv/filme/flug-mh370/', - 'md5': '700d62dc485f3a81cf9d52144e5ead59', 'info_dict': { 'id': 'flug-mh370', 'ext': 'm4v',