From bc5a36e8a373e8f29c98a928b173b28613d2bee2 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Mon, 19 Mar 2018 16:28:47 -0700 Subject: [PATCH] better booleans --- brozzler/behaviors.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index dc2a038..3f082c1 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -28,9 +28,9 @@ interval: 2500 actions: - selector: div.see-more - firstMatchOnly: 1 + firstMatchOnly: true - selector: li.next - repeatSameElement: 1 + repeatSameElement: true - url_regex: '^https?://(?:www\.)?marquette\.edu/.*$' behavior_js_template: marquette_edu.js