about summary refs log tree commit diff
path: root/youtube_dl/extractor/spiegeltv.py
diff options
context:
space:
mode:
authorGeorg Jaehnig <georg@jaehnig.org>2014-06-03 17:52:39 +0200
committerGeorg Jaehnig <georg@jaehnig.org>2014-06-03 17:52:39 +0200
commitdf53a98f2ba7d628d66189ea2733271a1da5a6ad (patch)
treeec93abc577d6e1cdf568a86b44e042abc2ee321d /youtube_dl/extractor/spiegeltv.py
parentdb23d8d2a24b648efe1f4314f1687e4484f0dc8a (diff)
downloadyoutube-dl-df53a98f2ba7d628d66189ea2733271a1da5a6ad.tar.gz
youtube-dl-df53a98f2ba7d628d66189ea2733271a1da5a6ad.tar.xz
youtube-dl-df53a98f2ba7d628d66189ea2733271a1da5a6ad.zip
[Spiegeltv] remove the md5 field to pass Travis test build
Diffstat (limited to 'youtube_dl/extractor/spiegeltv.py')
-rw-r--r--youtube_dl/extractor/spiegeltv.py1
1 files changed, 0 insertions, 1 deletions
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<id>[\-a-z0-9]+)'
     _TEST = {
         'url': 'http://www.spiegel.tv/filme/flug-mh370/',
-        'md5': '700d62dc485f3a81cf9d52144e5ead59',
         'info_dict': {
             'id': 'flug-mh370',
             'ext': 'm4v',