mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-24 22:09:35 -04:00
Merge branch 'no-cache-dir-ydl' into qa
This commit is contained in:
commit
571e7a2729
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ def _build_youtube_dl(worker, destdir, site):
|
||||||
"format": "best/bestvideo+bestaudio",
|
"format": "best/bestvideo+bestaudio",
|
||||||
|
|
||||||
# --cache-dir local or...
|
# --cache-dir local or...
|
||||||
"no_cache_dir": True,
|
"cache_dir": False,
|
||||||
|
|
||||||
### we do our own logging
|
### we do our own logging
|
||||||
# "logger": logging.getLogger("youtube_dl"),
|
# "logger": logging.getLogger("youtube_dl"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue