mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 16:49:56 -05:00
Merge branch 'nsw-pub' into qa
This commit is contained in:
commit
33681b59cb
@ -49,6 +49,14 @@
|
|||||||
- selector: a.coreSpriteRightPaginationArrow
|
- selector: a.coreSpriteRightPaginationArrow
|
||||||
repeatSameElement: true
|
repeatSameElement: true
|
||||||
rmSelector: '.RnEpo'
|
rmSelector: '.RnEpo'
|
||||||
|
-
|
||||||
|
url_regex: '^https?://www.opengov\.nsw\.gov\.au/publications.*$'
|
||||||
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
|
default_parameters:
|
||||||
|
interval: 1000
|
||||||
|
actions:
|
||||||
|
- selector: span.DV-trigger.DV-next
|
||||||
|
repeatSameElement: true
|
||||||
-
|
-
|
||||||
url_regex: '^https?://americaspresidents\.si\.edu/gallery.*$'
|
url_regex: '^https?://americaspresidents\.si\.edu/gallery.*$'
|
||||||
behavior_js_template: umbraBehavior.js.j2
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
|
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.5.47a4",
|
version="1.5.48a0",
|
||||||
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