mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-02 03:26:11 -04:00
better booleans
This commit is contained in:
parent
745e6cc942
commit
bc5a36e8a3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue