mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
actually respect --proxy and --warcprox-auto options to brozzler-worker
This commit is contained in:
parent
934190084c
commit
0e35de43b6
@ -336,7 +336,8 @@ def brozzler_worker():
|
||||
service_registry = doublethink.ServiceRegistry(rr)
|
||||
worker = brozzler.worker.BrozzlerWorker(
|
||||
frontier, service_registry, max_browsers=int(args.max_browsers),
|
||||
chrome_exe=args.chrome_exe)
|
||||
chrome_exe=args.chrome_exe, proxy=args.proxy,
|
||||
warcprox_auto=args.warcprox_auto)
|
||||
|
||||
worker.run()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user