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
1ad61e408f
2 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue