fetch-some-proxies
fetch-some-proxies copied to clipboard
Keep comments in file export?
Thanks for this nice tool! I'm using it as a base for a little helper script I am writing to automatically append my proxychains.conf configuration file with proxies, using fzf as a selector.
Currently it kinda works but I'm using the --out option to work on the fetched proxies. but that means I'm losing the comments with extra information that fetch.py prints on the right of IP addresses. Those would be of great convenience for fuzzy searches (country, anonymity level, etc.).
As I can't really use the direct output of fetch.py by manually exporting it to a file with bash (I would end up having no UI or terminal activity for tens of seconds), I prefer to keep using --out, but would really love to see an extra option to keep comments.
Thanks!