feat: added proxy rotation

This commit is contained in:
Marco Perini 2024-05-13 11:04:56 +02:00
parent e256b758b2
commit 0c36a7ec1f

View File

@ -23,18 +23,6 @@ graph_config = {
},
"verbose": True,
"headless": False,
"loader_kwargs": {
"proxy" : {
"server": "broker",
"criteria": {
"anonymous": True,
"secure": True,
"countryset": {"IT"},
"timeout": 10.0,
"max_shape": 3
},
},
}
}
# ************************************************