mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 15:55:49 -04:00
Merge pull request #58 from internetarchive/ARI-5379
ARI 5379 URL regex update
This commit is contained in:
commit
901995c6cf
@ -125,7 +125,7 @@
|
||||
url_regex: '^https?://pitchfork\.com/.*$'
|
||||
behavior_js_template: pitchfork.js
|
||||
- # https://webarchive.jira.com/browse/ARI-5379
|
||||
url_regex: '^https?://pm\.gc\.ca/eng/news.*$'
|
||||
url_regex: '^https?://(?:www\.)?pm\.gc\.ca/.*$'
|
||||
behavior_js_template: pm-ca.js
|
||||
request_idle_timeout_sec: 10
|
||||
- # https://webarchive.jira.com/browse/ARI-4960
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* brozzler/behaviors.d/pm-ca.js - behavior for http://pm.gc.ca/eng/news
|
||||
* brozzler/behaviors.d/pm-ca.js - behavior for http://www.pm.gc.ca/
|
||||
*
|
||||
* Copyright (C) 2014-2017 Internet Archive
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user