mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-11 16:00:38 -04:00
Merge branch 'ARI-5241' into qa
This commit is contained in:
commit
e6f70a7d3d
1 changed files with 36 additions and 0 deletions
|
@ -38,6 +38,11 @@
|
||||||
behavior_js_template: instagram.js
|
behavior_js_template: instagram.js
|
||||||
request_idle_timeout_sec: 10
|
request_idle_timeout_sec: 10
|
||||||
-
|
-
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
=======
|
||||||
|
>>>>>>> ARI-5241
|
||||||
url_regex: '^https?://(?:www\.)?pm\.gc\.ca/.*$'
|
url_regex: '^https?://(?:www\.)?pm\.gc\.ca/.*$'
|
||||||
behavior_js_template: umbraBehavior.js.j2
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
default_parameters:
|
default_parameters:
|
||||||
|
@ -50,6 +55,16 @@
|
||||||
actions:
|
actions:
|
||||||
- selector: li.breadcrumbOnPage a
|
- selector: li.breadcrumbOnPage a
|
||||||
closeSelector: .exit
|
closeSelector: .exit
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
- # 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
|
||||||
|
>>>>>>> ARI-5241
|
||||||
- # 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: umbraBehavior.js.j2
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
|
@ -58,6 +73,10 @@
|
||||||
- selector: div.teaser, li.pager__item a
|
- selector: div.teaser, li.pager__item a
|
||||||
closeSelector: .pmf-artist-modal__close-btn
|
closeSelector: .pmf-artist-modal__close-btn
|
||||||
-
|
-
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
>>>>>>> ARI-5241
|
||||||
url_regex: '^https?://(?:www\.)?huffingtonpost\.com/.*$'
|
url_regex: '^https?://(?:www\.)?huffingtonpost\.com/.*$'
|
||||||
behavior_js_template: umbraBehavior.js.j2
|
behavior_js_template: umbraBehavior.js.j2
|
||||||
default_parameters:
|
default_parameters:
|
||||||
|
@ -200,6 +219,23 @@
|
||||||
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
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
- # 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
|
||||||
|
url_regex: '^https?://pitchfork\.com/.*$'
|
||||||
|
behavior_js_template: pitchfork.js
|
||||||
|
- # https://webarchive.jira.com/browse/ARI-5379
|
||||||
|
url_regex: '^https?://(?:www\.)?pm\.gc\.ca/.*$'
|
||||||
|
behavior_js_template: pm-ca.js
|
||||||
|
request_idle_timeout_sec: 10
|
||||||
|
>>>>>>> ARI-5241
|
||||||
- # https://webarchive.jira.com/browse/ARI-4960
|
- # https://webarchive.jira.com/browse/ARI-4960
|
||||||
url_regex: '^https?://(?:www\.)?fortstjames.ca/community-events-calendar/$'
|
url_regex: '^https?://(?:www\.)?fortstjames.ca/community-events-calendar/$'
|
||||||
behavior_js_template: simpleclicks.js.j2
|
behavior_js_template: simpleclicks.js.j2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue