no ydl cache dir

This commit is contained in:
Barbara Miller 2020-04-27 17:01:17 -07:00
parent 5b2381ef1f
commit 581ef777a1

View File

@ -256,6 +256,9 @@ def _build_youtube_dl(worker, destdir, site):
# file with video and audio."
"format": "best/bestvideo+bestaudio",
# --cache-dir local or...
"no_cache_dir": True,
### we do our own logging
# "logger": logging.getLogger("youtube_dl"),
"verbose": False,