From 5432844994c5a15e47f89a5405f0a7e1746158f8 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Thu, 25 Apr 2024 14:18:00 -0700 Subject: [PATCH 1/2] nsw.gov pubs behavior --- brozzler/behaviors.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index 39aad2bd..fcaf5dd0 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 From f22b000d0b4a311b8c565bcc6ac8c4591b5f6301 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Mon, 29 Apr 2024 14:18:49 -0700 Subject: [PATCH 2/2] opengov.nsw.gov behavior --- brozzler/behaviors.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index fcaf5dd0..60d68dcb 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -52,6 +52,7 @@ - url_regex: '^https?://www.opengov\.nsw\.gov\.au/publications.*$' behavior_js_template: umbraBehavior.js.j2 + request_idle_timeout_sec: 10 default_parameters: interval: 1000 actions: