mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-23 06:50:37 -04:00
Merge branch 'maricopa-civicplus' into qa
This commit is contained in:
commit
138c93bcd0
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue