diff --git a/youtube_dl/extractor/iqm2.py b/youtube_dl/extractor/iqm2.py index 9ff545455..01e409d87 100644 --- a/youtube_dl/extractor/iqm2.py +++ b/youtube_dl/extractor/iqm2.py @@ -83,6 +83,5 @@ class IQM2IE(InfoExtractor): # Generic extractor matches this under the "Broaden the # findall a little bit: JWPlayer JS loader" (line 2372 as of 6 # Oct 2016, dcdb292fddc82ae11f4c0b647815a45c88a6b6d5). - return self.url_result(smuggle_url(inner_url, {'to_generic': True}), 'Generic')