add the new urlcanon.MatchRule conditions to job_schema.yaml

This commit is contained in:
Noah Levitt 2017-03-15 17:08:27 -07:00
parent 12fb9eaa15
commit 0021a9d5f0
2 changed files with 16 additions and 1 deletions

View File

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

View File

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b9.dev203',
version='1.1b9.dev204',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',