mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-24 07:20:53 -04:00
first support 'simple' behaviors
This commit is contained in:
parent
28130262ea
commit
e5f49a8b62
1 changed files with 1 additions and 4 deletions
|
@ -42,9 +42,7 @@
|
|||
behavior_js_template: umbraBehavior.js.j2
|
||||
default_parameters:
|
||||
actions:
|
||||
- selector: li.pager__item a
|
||||
limit: 4
|
||||
- selector: div.teaser
|
||||
- selector: div.teaser, li.pager__item a
|
||||
-
|
||||
url_regex: '^https?://(?:www\.)?huffingtonpost\.com/.*$'
|
||||
behavior_js_template: huffpostslides.js
|
||||
|
@ -122,7 +120,6 @@
|
|||
actions:
|
||||
- selector: .menu-item a
|
||||
do: mouseover
|
||||
do_until_hard_timeout: False
|
||||
- url_regex: '^https?://(?:www\.)?news\.com\.au/.*$'
|
||||
behavior_js_template: mouseovers.js.j2
|
||||
default_parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue