mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-24 13:59:50 -04:00
no ydl cache dir
This commit is contained in:
parent
5b2381ef1f
commit
581ef777a1
1 changed files with 3 additions and 0 deletions
|
@ -256,6 +256,9 @@ def _build_youtube_dl(worker, destdir, site):
|
||||||
# file with video and audio."
|
# file with video and audio."
|
||||||
"format": "best/bestvideo+bestaudio",
|
"format": "best/bestvideo+bestaudio",
|
||||||
|
|
||||||
|
# --cache-dir local or...
|
||||||
|
"no_cache_dir": True,
|
||||||
|
|
||||||
### we do our own logging
|
### we do our own logging
|
||||||
# "logger": logging.getLogger("youtube_dl"),
|
# "logger": logging.getLogger("youtube_dl"),
|
||||||
"verbose": False,
|
"verbose": False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue