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

This commit is contained in:
Barbara Miller 2020-04-27 17:01:45 -07:00
commit 1ad61e408f
2 changed files with 4 additions and 1 deletions

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,

View File

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.5.20',
version='1.5.21',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',