mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-22 04:39:36 -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",
|
||||
|
||||
# --cache-dir local or...
|
||||
"no_cache_dir": True,
|
||||
"cache_dir": False,
|
||||
|
||||
### we do our own logging
|
||||
# "logger": logging.getLogger("youtube_dl"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue