From df53a98f2ba7d628d66189ea2733271a1da5a6ad Mon Sep 17 00:00:00 2001 From: Georg Jaehnig Date: Tue, 3 Jun 2014 17:52:39 +0200 Subject: [PATCH] [Spiegeltv] remove the md5 field to pass Travis test build --- youtube_dl/extractor/spiegeltv.py | 1 - 1 file changed, 1 deletion(-) 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', -- 2.30.2