1
0
mirror of https://source.netsyms.com/Mirrors/youtube-dl synced 2026-05-10 12:56:59 +00:00
Files
youtube-dl/youtube_dl/YoutubeDL.py
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

38 KiB