mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
verbose logging
This commit is contained in:
parent
ad46ea756d
commit
f93ffd67c3
@ -272,8 +272,8 @@ def _build_youtube_dl(worker, destdir, site):
|
||||
|
||||
### we do our own logging
|
||||
# "logger": logging.getLogger("youtube_dl"),
|
||||
"verbose": False,
|
||||
"quiet": True,
|
||||
"verbose": True,
|
||||
"quiet": False,
|
||||
}
|
||||
if worker._proxy_for(site):
|
||||
ydl_opts["proxy"] = "http://{}".format(worker._proxy_for(site))
|
||||
|
Loading…
x
Reference in New Issue
Block a user