From 101257effe1b050e8c4f0083ceeffcd9558ef0c5 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Wed, 12 Jul 2017 14:19:33 -0700 Subject: [PATCH] simpleclicks for tuebingen.de --- brozzler/behaviors.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index 454bfd3..f844862 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -55,6 +55,13 @@ click_css_selector: a[onclick] click_until_hard_timeout: False request_idle_timeout_sec: 10 +- # https://webarchive.jira.com/browse/ARI-5409 + url_regex: '^https?://(?:www\.)?tuebingen.de/.*$' + behavior_js_template: simpleclicks.js.j2 + default_parameters: + click_css_selector: a.kl + click_until_hard_timeout: False + request_idle_timeout_sec: 10 - # https://webarchive.jira.com/browse/ARI-3956 url_regex: '^https?://(?:www\.)?usask.ca/.*$' behavior_js_template: simpleclicks.js.j2