From 8b4a6d171307f8f78aa0aabf6ea64308b5a942d7 Mon Sep 17 00:00:00 2001 From: Matthias Heinz Date: Sat, 24 Sep 2016 18:04:22 -0400 Subject: [PATCH] [mwave] updated to pass flake8 --- youtube_dl/extractor/mwave.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/mwave.py b/youtube_dl/extractor/mwave.py index 72dbb4aab..887182104 100644 --- a/youtube_dl/extractor/mwave.py +++ b/youtube_dl/extractor/mwave.py @@ -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')