diff options
author | Georg Jaehnig <georg@jaehnig.org> | 2014-06-03 17:52:39 +0200 |
---|---|---|
committer | Georg Jaehnig <georg@jaehnig.org> | 2014-06-03 17:52:39 +0200 |
commit | df53a98f2ba7d628d66189ea2733271a1da5a6ad (patch) | |
tree | ec93abc577d6e1cdf568a86b44e042abc2ee321d /youtube_dl/extractor | |
parent | db23d8d2a24b648efe1f4314f1687e4484f0dc8a (diff) |
[Spiegeltv] remove the md5 field to pass Travis test build
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/spiegeltv.py | 1 |
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', |