deprecate current scope rule syntax and create new syntax with slightly different semantics (to be documented), and add parent_url_regex scope rule; unit test for scoping

This commit is contained in:
Noah Levitt 2017-02-15 16:46:45 -08:00
parent c0057e591a
commit b409e49cfa
3 changed files with 145 additions and 39 deletions

View file

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