Skip to content

Commit 0c36a7e

Browse files
committed
feat: added proxy rotation
1 parent e256b75 commit 0c36a7e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

examples/openai/smart_scraper_openai.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@
2323
},
2424
"verbose": True,
2525
"headless": False,
26-
"loader_kwargs": {
27-
"proxy" : {
28-
"server": "broker",
29-
"criteria": {
30-
"anonymous": True,
31-
"secure": True,
32-
"countryset": {"IT"},
33-
"timeout": 10.0,
34-
"max_shape": 3
35-
},
36-
},
37-
}
3826
}
3927

4028
# ************************************************

0 commit comments

Comments
 (0)