mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 23:35:54 -04:00
proxy is not supposed to have http:// prefix
Looks like the prefixes are added by BrozzleWorker._fetch_url()
This commit is contained in:
parent
02af30edd4
commit
484805fbda
@ -46,14 +46,14 @@ Job Configuration
|
||||
-----------------
|
||||
|
||||
Jobs are defined using yaml files. Options may be specified either at the
|
||||
top-level or on individual seeds. A job id id and at least one seed url
|
||||
top-level or on individual seeds. A job id and at least one seed url
|
||||
must be specified, everything else is optional.
|
||||
|
||||
::
|
||||
|
||||
id: myjob
|
||||
time_limit: 60 # seconds
|
||||
proxy: http://127.0.0.1:8000 # point at warcprox for archiving
|
||||
proxy: 127.0.0.1:8000 # point at warcprox for archiving
|
||||
ignore_robots: false
|
||||
enable_warcprox_features: false
|
||||
warcprox_meta: null
|
||||
|
Loading…
x
Reference in New Issue
Block a user