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:
parent
b896e886b9
commit
8b4a6d1713
@ -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§orid=&endinfo=Y&id=%s' % video_id,
|
||||
video_id, 'Download vod JSON')
|
||||
|
Loading…
Reference in New Issue
Block a user