You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(fetcher.get_proxies()) # or print(fetcher.pool)
94
+
```
92
95
93
96
or
94
97
@@ -107,10 +110,25 @@ print(resp.text)
107
110
just do it at your own risk
108
111
- If there is no Great Fire Wall at your country,set`proxy_mode=0` in both [gfw_spider.py](crawler/spiders/gfw_spider.py) and [ajax_gfw_spider.py](crawler/spiders/ajax_gfw_spider.py).
109
112
If you don't want to crawl some websites, set `enable=0` in [rules.py](config/rules.py)
110
-
- Becase of the Great Fire Wall in China, some proxy ip may can't be used to crawl some websites.You can extend the proxy pool by yourself in [spiders](crawler/spiders)
113
+
- Becase of the Great Fire Wall in China, some proxy ip may can't be used to crawl some websites such as Google.You can extend the proxy pool by yourself in [spiders](crawler/spiders)
111
114
- Issues and PRs are welcome
112
115
- Just star it if it's useful to you
113
116
117
+
# Test Result
118
+
Here are test results for crawling https://zhihu.com using `haipproxy`.Source Code can be seen [here](examples/zhihu)
0 commit comments