Merge branch 'no-cache-dir-ydl' into qa

This commit is contained in:
Barbara Miller 2020-04-27 17:54:26 -07:00
commit 571e7a2729

View File

@ -257,7 +257,7 @@ def _build_youtube_dl(worker, destdir, site):
"format": "best/bestvideo+bestaudio",
# --cache-dir local or...
"no_cache_dir": True,
"cache_dir": False,
### we do our own logging
# "logger": logging.getLogger("youtube_dl"),