Log to an external logger (fixes #1810)
authorItay Brandes <Brandes.Itay@gmail.com>
Sat, 23 Nov 2013 08:22:18 +0000 (10:22 +0200)
committerItay Brandes <Brandes.Itay@gmail.com>
Sat, 23 Nov 2013 08:22:18 +0000 (10:22 +0200)
Sadly applications using youtube-dl's python sources can't directly
access it's log stream. It's pretty much limited to stdout and stderr
only.

It should log to logging.Logger instance passed to YoutubeDL's params
dictionary.


No differences found