mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 16:19:49 -05:00
Merge branch 'master' into adam/connection_failure_retry
This commit is contained in:
commit
cb355d9159
@ -199,6 +199,7 @@ class Chrome:
|
|||||||
"--disable-first-run-ui",
|
"--disable-first-run-ui",
|
||||||
"--no-first-run",
|
"--no-first-run",
|
||||||
"--homepage=about:blank",
|
"--homepage=about:blank",
|
||||||
|
"--disable-features=HttpsUpgrades",
|
||||||
"--disable-direct-npapi-requests",
|
"--disable-direct-npapi-requests",
|
||||||
"--disable-web-security",
|
"--disable-web-security",
|
||||||
"--disable-notifications",
|
"--disable-notifications",
|
||||||
|
2
setup.py
2
setup.py
@ -34,7 +34,7 @@ def find_package_data(package):
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="brozzler",
|
name="brozzler",
|
||||||
version="1.6.2",
|
version="1.6.3",
|
||||||
description="Distributed web crawling with browsers",
|
description="Distributed web crawling with browsers",
|
||||||
url="https://github.com/internetarchive/brozzler",
|
url="https://github.com/internetarchive/brozzler",
|
||||||
author="Noah Levitt",
|
author="Noah Levitt",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user