From f3aa79411512e7c51e2c7b718ec9a08c6ba27008 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Thu, 26 Oct 2017 19:43:29 -0700 Subject: [PATCH] simpleclicks for thejewishnews.com --- brozzler/behaviors.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index b9b4493..988a817 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -48,6 +48,13 @@ click_css_selector: img.img-responsive click_until_hard_timeout: False request_idle_timeout_sec: 10 +- # acalog https://webarchive.jira.com/browse/ARI-5517 + url_regex: '^https?://(?:www\.)?thejewishnews.com/.*$' + behavior_js_template: simpleclicks.js.j2 + default_parameters: + click_css_selector: a#get_more + click_until_hard_timeout: False + request_idle_timeout_sec: 10 - # acalog https://webarchive.jira.com/browse/ARI-3775 url_regex: '^https?://.*[?&]catoid=[^?]*$' behavior_js_template: simpleclicks.js.j2