mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-06 18:20:02 +00:00
debugging print -> self.to_screen()
This commit is contained in:
parent
f8eeb2b25a
commit
9a2ed02b65
@ -75,7 +75,9 @@ class IQM2IE(InfoExtractor):
|
||||
# print "inner_URL is", inner_url_rel
|
||||
|
||||
inner_url = compat_urlparse.urljoin(url, inner_url_rel)
|
||||
# print "Joined URL is", inner_url
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user