youtube-dl/youtube_dl
Itay Brandes 43afe28588 Log to an external logger (fixes #1810)
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.
2013-11-23 10:22:18 +02:00
..
extractor Merge branch 'master' of github.com:rg3/youtube-dl 2013-11-22 22:46:57 +01:00
FileDownloader.py
InfoExtractors.py
PostProcessor.py
YoutubeDL.py Log to an external logger (fixes #1810) 2013-11-23 10:22:18 +02:00
__init__.py
__main__.py
aes.py
update.py
utils.py
version.py