From 01845abc92e5b57d63cfcc0a428db001cd3267d0 Mon Sep 17 00:00:00 2001 From: John Hawkinson Date: Sun, 9 Oct 2016 09:18:23 -0400 Subject: [PATCH] Remove verbose printing It should move to YoutubeDL.process_ie_result per @yan12125, future pull request forthcoming. --- youtube_dl/extractor/iqm2.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/youtube_dl/extractor/iqm2.py b/youtube_dl/extractor/iqm2.py index 6244990c4..57f96a036 100644 --- a/youtube_dl/extractor/iqm2.py +++ b/youtube_dl/extractor/iqm2.py @@ -72,9 +72,6 @@ class IQM2IE(InfoExtractor): inner_url = compat_urlparse.urljoin(url, inner_url_rel) - if self._downloader.params.get('verbose'): - self.to_screen('Invoking downloader on %s' % inner_url) - # Generic extractor matches this under the "Broaden the # findall a little bit: JWPlayer JS loader" (line 2372 as of 6 # Oct 2016, dcdb292fddc82ae11f4c0b647815a45c88a6b6d5).