[foxsport] skip m3u8 test

This commit is contained in:
remitamine 2015-07-20 21:22:53 +01:00
parent b0b3714618
commit b5ea599999

View File

@ -16,6 +16,10 @@ class FoxSportsIE(InfoExtractor):
'description': 'Courtney Lee talks about Memphis being focused.', 'description': 'Courtney Lee talks about Memphis being focused.',
}, },
'add_ie': ['ThePlatform'], 'add_ie': ['ThePlatform'],
'params': {
# m3u8 download
'skip_download': True,
},
} }
def _real_extract(self, url): def _real_extract(self, url):