tabs as spaces

This commit is contained in:
Georg Jaehnig 2014-05-30 17:56:13 +02:00
parent 0cdf576d86
commit 14470ac87b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class SpiegeltvIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?spiegel\.tv/filme/(?P<id>[\-a-z0-9]+)' _VALID_URL = r'https?://(?:www\.)?spiegel\.tv/filme/(?P<id>[\-a-z0-9]+)'
_TEST = { _TEST = {
'url': 'http://www.spiegel.tv/filme/flug-mh370/', 'url': 'http://www.spiegel.tv/filme/flug-mh370/',
'md5': '700d62dc485f3a81cf9d52144e5ead59', 'md5': '700d62dc485f3a81cf9d52144e5ead59',
'info_dict': { 'info_dict': {
'id': 'flug-mh370', 'id': 'flug-mh370',
'ext': 'm4v', 'ext': 'm4v',