diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index 39aad2b..fcaf5dd 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -49,6 +49,14 @@ - selector: a.coreSpriteRightPaginationArrow repeatSameElement: true 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.*$' behavior_js_template: umbraBehavior.js.j2 diff --git a/setup.py b/setup.py index 846c730..ec300ca 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def find_package_data(package): setuptools.setup( name="brozzler", - version="1.5.47a4", + version="1.5.48a0", description="Distributed web crawling with browsers", url="https://github.com/internetarchive/brozzler", author="Noah Levitt",