diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index b9b4493..ec80993 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -135,6 +135,13 @@ click_css_selector: button#ird3-button-next click_until_hard_timeout: True request_idle_timeout_sec: 10 +- # https://webarchive.jira.com/browse/ARI-5241 + url_regex: '^https?://(?:www\.)?colonialart\.org/.*$' + behavior_js_template: simpleclicks.js.j2 + default_parameters: + click_css_selector: img.link-overlay + click_until_hard_timeout: False + request_idle_timeout_sec: 10 - # https://webarchive.jira.com/browse/ARI-5389 url_regex: '^https?://pitchfork\.com/.*$' behavior_js_template: pitchfork.js