mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
Merge pull request #196 from galgeek/no-cache-dir-ydl
youtube-dl cache_dir: False
This commit is contained in:
commit
212111f581
@ -256,6 +256,9 @@ def _build_youtube_dl(worker, destdir, site):
|
||||
# file with video and audio."
|
||||
"format": "best/bestvideo+bestaudio",
|
||||
|
||||
# --cache-dir local or...
|
||||
"cache_dir": False,
|
||||
|
||||
### we do our own logging
|
||||
# "logger": logging.getLogger("youtube_dl"),
|
||||
"verbose": False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user