-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https? #12
Comments
|
Somehow you can get the list of proxy IP: PORT ? With this output, I get data like {"status": "ok", "count": 26428, "data": [{"address": "socks5://165.225.192.194:80"}, {"address": "socks5://36.250.156.115:9999"}, {"address": "socks4://154.73.159.253:8585"}, {"address": "socks4://165.225.210.96:10605"}, {"address": "http://46.101.9.219:3128"}], "has_more": true, "status_code": 200} but I have to manually delete it every time. ( "limit": 2000,) Also, I cannot display values greater than 1024 {"status": "error", "status_code": 400, "error_message": "Value of key limit should be from 1 to 1024 (inclusive)"} |
@martov6 you probably need to add offset request 1 - |
The text was updated successfully, but these errors were encountered: