Implementing --proxy-freq (Issue #4496)

This commit is contained in:
Miroslav Stampar
2020-12-26 23:04:48 +01:00
parent bb02eefb70
commit 1b2ac3069d
5 changed files with 18 additions and 1 deletions

View File

@@ -222,6 +222,9 @@ def cmdLineParser(argv=None):
request.add_argument("--proxy-file", dest="proxyFile",
help="Load proxy list from a file")
request.add_argument("--proxy-freq", dest="proxyFreq", type=int,
help="Requests between change of proxy from a given list")
request.add_argument("--tor", dest="tor", action="store_true",
help="Use Tor anonymity network")