Skip to content

Commit

Permalink
README: proxy section - change socks5:// to socks5h://
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Sep 23, 2024
1 parent dd99b4a commit 187a87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ results = ddgs.text("something you need", max_results=50)
```
*2. Use any proxy server* (*example with [iproyal rotating residential proxies](https://iproyal.com?r=residential_proxies)*)
```python3
ddgs = DDGS(proxy="socks5://user:[email protected]:32325", timeout=20)
ddgs = DDGS(proxy="socks5h://user:[email protected]:32325", timeout=20)
results = ddgs.text("something you need", max_results=50)
```

Expand Down

0 comments on commit 187a87e

Please sign in to comment.