mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-26 00:05:42 -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
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
default_parameters:
|
default_parameters:
|
||||||
actions:
|
actions:
|
||||||
- selector: li.pager__item a
|
- selector: div.teaser, li.pager__item a
|
||||||
limit: 4
|
|
||||||
- selector: div.teaser
|
|
||||||
-
|
-
|
||||||
url_regex: '^https?://(?:www\.)?huffingtonpost\.com/.*$'
|
url_regex: '^https?://(?:www\.)?huffingtonpost\.com/.*$'
|
||||||
behavior_js_template: huffpostslides.js
|
behavior_js_template: huffpostslides.js
|
||||||
|
@ -122,7 +120,6 @@
|
||||||
actions:
|
actions:
|
||||||
- selector: .menu-item a
|
- selector: .menu-item a
|
||||||
do: mouseover
|
do: mouseover
|
||||||
do_until_hard_timeout: False
|
|
||||||
- url_regex: '^https?://(?:www\.)?news\.com\.au/.*$'
|
- url_regex: '^https?://(?:www\.)?news\.com\.au/.*$'
|
||||||
behavior_js_template: mouseovers.js.j2
|
behavior_js_template: mouseovers.js.j2
|
||||||
default_parameters:
|
default_parameters:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue