1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-25 07:32:50 +08:00

[mwave] updated to pass flake8

This commit is contained in:
Matthias Heinz 2016-09-24 18:04:22 -04:00
parent b896e886b9
commit 8b4a6d1713

View File

@ -35,7 +35,6 @@ class MwaveIE(InfoExtractor):
if url[start:end] and not url[start:end] in languages:
raise Exception('[mwave] invalid language detected: {}'.format(url[start:end]))
vod_info = self._download_json(
'http://mwave.interest.me/onair/vod_info.m?vodtype=CL&sectorid=&endinfo=Y&id=%s' % video_id,
video_id, 'Download vod JSON')