add explicit proxy support (#76)

- '--proxy' as command-line argument
- 'extractor.*.proxy' as config option
This commit is contained in:
Mike Fährmann
2018-02-19 18:24:56 +01:00
parent 89440382ad
commit 8704d850bf
5 changed files with 60 additions and 5 deletions

View File

@@ -17,6 +17,7 @@
"extractor":
{
"archive": null,
"proxy": null,
"skip": true,
"sleep": 0,