From 06c4499ec21f2cdef612ac18e395602912dfccf5 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Mon, 11 Sep 2017 16:19:59 -0700 Subject: [PATCH] simpleclicks for radio-canada.ca --- brozzler/behaviors.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index 14b41b7..46d8817 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -61,6 +61,13 @@ click_css_selector: a[onclick] click_until_hard_timeout: False request_idle_timeout_sec: 10 +- # https://webarchive.jira.com/browse/ARI-5366 + url_regex: '^https?://(?:(ici|beta)\.)radio-canada\.ca/.*$' + behavior_js_template: simpleclicks.js.j2 + default_parameters: + click_css_selector: .bigBtnPlay + 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