mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-20 12:54:23 -04:00
add seed username/password parameters to job config schema
This commit is contained in:
parent
86d6060a2d
commit
a5d48a9fdb
2 changed files with 7 additions and 1 deletions
|
@ -84,4 +84,10 @@ seeds:
|
||||||
type: url
|
type: url
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
username:
|
||||||
|
type: string
|
||||||
|
|
||||||
|
password:
|
||||||
|
type: string
|
||||||
|
|
||||||
<<: *multi_level_options
|
<<: *multi_level_options
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='brozzler',
|
name='brozzler',
|
||||||
version='1.1b9.dev151',
|
version='1.1b9.dev152',
|
||||||
description='Distributed web crawling with browsers',
|
description='Distributed web crawling with browsers',
|
||||||
url='https://github.com/internetarchive/brozzler',
|
url='https://github.com/internetarchive/brozzler',
|
||||||
author='Noah Levitt',
|
author='Noah Levitt',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue