mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 23:35:54 -04:00
add the new urlcanon.MatchRule conditions to job_schema.yaml
This commit is contained in:
parent
12fb9eaa15
commit
0021a9d5f0
@ -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