mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-21 08:06:27 -04:00
Merge branch 'master' into qa
* master: add the new urlcanon.MatchRule conditions to job_schema.yaml
This commit is contained in:
commit
2aacf01950
@ -38,6 +38,21 @@ id:
|
||||
domain:
|
||||
type: string
|
||||
|
||||
substring:
|
||||
type: string
|
||||
|
||||
regex:
|
||||
type: string # code up a regex type?
|
||||
|
||||
ssurt:
|
||||
type: string
|
||||
|
||||
surt:
|
||||
type: string
|
||||
|
||||
parent_url_regex:
|
||||
type: string
|
||||
|
||||
url_match:
|
||||
type: string
|
||||
allowed:
|
||||
|
Loading…
x
Reference in New Issue
Block a user