mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
add seed username/password parameters to job config schema
This commit is contained in:
parent
86d6060a2d
commit
a5d48a9fdb
@ -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…
x
Reference in New Issue
Block a user