Merge pull request #58 from internetarchive/ARI-5379

ARI 5379 URL regex update
This commit is contained in:
Barbara Miller 2017-08-14 16:54:17 -07:00 committed by GitHub
commit 901995c6cf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
*