You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
11 years ago
..
extractor Merge branch 'master' of github.com:rg3/youtube-dl 11 years ago
FileDownloader.py Move console_title to YoutubeDL 11 years ago
InfoExtractors.py Remove mentions of old InfoExtractors module 11 years ago
PostProcessor.py FFmpegMetadataPP: don't enclose the values with " (fixes #1756) 11 years ago
YoutubeDL.py Log to an external logger (fixes #1810) 11 years ago
__init__.py Credit @diffycat for anitube 11 years ago
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 11 years ago
aes.py Let aes_decrypt_text return bytes instead of unicode 11 years ago
update.py [update] Check if version from repository is newer before updating 11 years ago
utils.py utils.shell_quote: Convert the args to unicode strings 11 years ago
version.py release 2013.11.22.2 11 years ago