From 0c36a7ec1f32ee073d9e0f534a2cb97aba3d7a1f Mon Sep 17 00:00:00 2001 From: Marco Perini Date: Mon, 13 May 2024 11:04:56 +0200 Subject: [PATCH] feat: added proxy rotation --- examples/openai/smart_scraper_openai.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/examples/openai/smart_scraper_openai.py b/examples/openai/smart_scraper_openai.py index e5b5cd5d..01448a5b 100644 --- a/examples/openai/smart_scraper_openai.py +++ b/examples/openai/smart_scraper_openai.py @@ -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 - }, - }, - } } # ************************************************