Browse Source

[Spiegeltv] remove the md5 field to pass Travis test build

totalwebcasting
Georg Jaehnig 10 years ago
parent
commit
df53a98f2b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/spiegeltv.py

+ 0
- 1
youtube_dl/extractor/spiegeltv.py View 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',


Loading…
Cancel
Save