diff options
author | Georg Jaehnig <georg@jaehnig.org> | 2014-05-30 17:56:13 +0200 |
---|---|---|
committer | Georg Jaehnig <georg@jaehnig.org> | 2014-05-30 17:56:13 +0200 |
commit | 14470ac87b8ea345683f2a9ccebb44d6a776d760 (patch) | |
tree | bc381ec302eca1c75417387b8a953cd3c1166d89 /youtube_dl/extractor | |
parent | 0cdf576d86418273e604c43cc0d9a63a685bdc7c (diff) |
tabs as spaces
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/spiegeltv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/spiegeltv.py b/youtube_dl/extractor/spiegeltv.py index f8265d042..7869859f9 100644 --- a/youtube_dl/extractor/spiegeltv.py +++ b/youtube_dl/extractor/spiegeltv.py @@ -8,7 +8,7 @@ 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', + 'md5': '700d62dc485f3a81cf9d52144e5ead59', 'info_dict': { 'id': 'flug-mh370', 'ext': 'm4v', |