1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-06 18:20:02 +00:00

Remove verbose printing

It should move to YoutubeDL.process_ie_result per @yan12125,
future pull request forthcoming.
This commit is contained in:
John Hawkinson 2016-10-09 09:18:23 -04:00
parent 6589917a0b
commit 01845abc92

View File

@ -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).