Merge branch 'maricopa-civicplus' into qa

This commit is contained in:
Barbara Miller 2024-08-20 11:47:42 -07:00
commit 138c93bcd0
2 changed files with 8 additions and 1 deletions

View File

@ -213,6 +213,13 @@
default_parameters:
actions:
- selector: img#navForward1
- # https://webarchive.jira.com/browse/WT-1193
url_regex: '^https?://(?:www\.)?maricopa.gov/.*$'
behavior_js_template: umbraBehavior.js.j2
default_parameters:
actions:
- selector: navMainItem
do: mouseover
- # default fallback behavior
url_regex: '^.*$'
behavior_js_template: umbraBehavior.js.j2

View File

@ -34,7 +34,7 @@ def find_package_data(package):
setuptools.setup(
name="brozzler",
version="1.5.53a2",
version="1.5.55a1",
description="Distributed web crawling with browsers",
url="https://github.com/internetarchive/brozzler",
author="Noah Levitt",