From b1a0ea2fe0117ae848293d35b3510f844e084e6a Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Thu, 5 Oct 2017 18:27:01 -0700 Subject: [PATCH] Revert "default behavior for youtube" This reverts commit dabbdef88b8d7558cdd3ce314491c702bc105966. --- brozzler/behaviors.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index 212ae5c..18bed1b 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -99,6 +99,13 @@ click_css_selector: button.playButton.medium click_until_hard_timeout: False request_idle_timeout_sec: 10 +- # https://webarchive.jira.com/browse/ARI-4690 + url_regex: '^https?://(?:www\.)?youtube.com/.*$' + behavior_js_template: simpleclicks.js.j2 + default_parameters: + click_css_selector: span.load-more-text + click_until_hard_timeout: False + request_idle_timeout_sec: 10 - # https://webarchive.jira.com/browse/ARI-5453 url_regex: '^https?://.*\.wixsite.com/.*$' behavior_js_template: simpleclicks.js.j2