Use ProxyScrape API for SOCKS lists and normalize single-line responses #14
Reference in New Issue
Block a user
Delete Branch "codex/fetch-proxies-from-proxyscrape-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
Description
proxies_getto fetch SOCKS5 and SOCKS4 lists from the ProxyScrape API endpoints instead of the previous GitHub raw URLs.fetch_proxy_listto decode the response intotextand normalize single-line responses by converting runs of whitespace into\nusingre.sub(r"\s+", "\n", ...)when no existing newlines are present.format_proxy_lines/save_proxy_exportlogic intact, and the changes are confined tojd-webgui/app.py.Testing
Codex Task