mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-20 03:48:28 -04:00
capture top image pop-ups
This commit is contained in:
parent
7f4deacdf7
commit
ce727942be
1 changed files with 37 additions and 0 deletions
|
@ -38,6 +38,36 @@
|
||||||
behavior_js_template: instagram.js
|
behavior_js_template: instagram.js
|
||||||
request_idle_timeout_sec: 10
|
request_idle_timeout_sec: 10
|
||||||
-
|
-
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
=======
|
||||||
|
url_regex: '^https?://(?:www\.)?pm\.gc\.ca/.*$'
|
||||||
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
|
default_parameters:
|
||||||
|
actions:
|
||||||
|
- selector: div.teaser, li.pager__item a
|
||||||
|
- # https://webarchive.jira.com/browse/ARI-5430
|
||||||
|
url_regex: '^https?://www\.careers\.ox\.ac\.uk/.*$'
|
||||||
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
|
default_parameters:
|
||||||
|
actions:
|
||||||
|
- selector: li.breadcrumbOnPage a
|
||||||
|
closeSelector: .exit
|
||||||
|
- # https://webarchive.jira.com/browse/ARI-5241
|
||||||
|
url_regex: '^https?://(?:www\.)?colonialart\.org/.*$'
|
||||||
|
behavior_js_template: simpleclicks.js.j2
|
||||||
|
default_parameters:
|
||||||
|
click_css_selector: img.link-overlay
|
||||||
|
click_until_hard_timeout: False
|
||||||
|
request_idle_timeout_sec: 10
|
||||||
|
- # https://webarchive.jira.com/browse/ARI-5389
|
||||||
|
url_regex: '^https?://pitchfork\.com/.*$'
|
||||||
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
|
default_parameters:
|
||||||
|
actions:
|
||||||
|
- selector: div.teaser, li.pager__item a
|
||||||
|
closeSelector: .pmf-artist-modal__close-btn
|
||||||
|
-
|
||||||
|
>>>>>>> Stashed changes
|
||||||
url_regex: '^https?://(?:www\.)?huffingtonpost\.com/.*$'
|
url_regex: '^https?://(?:www\.)?huffingtonpost\.com/.*$'
|
||||||
behavior_js_template: huffpostslides.js
|
behavior_js_template: huffpostslides.js
|
||||||
request_idle_timeout_sec: 10
|
request_idle_timeout_sec: 10
|
||||||
|
@ -135,6 +165,13 @@
|
||||||
click_css_selector: button#ird3-button-next
|
click_css_selector: button#ird3-button-next
|
||||||
click_until_hard_timeout: True
|
click_until_hard_timeout: True
|
||||||
request_idle_timeout_sec: 10
|
request_idle_timeout_sec: 10
|
||||||
|
- # https://webarchive.jira.com/browse/ARI-5241
|
||||||
|
url_regex: '^https?://(?:www\.)?colonialart\.org/.*$'
|
||||||
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
|
default_parameters:
|
||||||
|
actions:
|
||||||
|
- selector: img.link-overlay
|
||||||
|
closeSelector: div.close
|
||||||
- # https://webarchive.jira.com/browse/ARI-5389
|
- # https://webarchive.jira.com/browse/ARI-5389
|
||||||
url_regex: '^https?://pitchfork\.com/.*$'
|
url_regex: '^https?://pitchfork\.com/.*$'
|
||||||
behavior_js_template: pitchfork.js
|
behavior_js_template: pitchfork.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue