squid-dl/squid_dl
Andrea Rogers cf2a50ba93 Add generic SOCKS proxy support, variable renaming
Now you can run your workers through a SOCKS proxy with the -S flag!
Authentication at the command-line through fully-qualified URLs as well
as interactive authentication are now supported.

I may revert the try/except block in LinodeProxy's constructor should it
be found to be non-advantageous in further testing.  Performance in
creating large quantities of Linode proxies is still dog slow, may use
concurrent.futures to speed this up in the future (hah) -- this will
require a major rework of the downloader main().
2024-01-16 05:28:14 -06:00
..
__init__.py removed trailing spaces, reran black 2024-01-16 05:28:14 -06:00
downloader.py Add generic SOCKS proxy support, variable renaming 2024-01-16 05:28:14 -06:00
linode.py Add generic SOCKS proxy support, variable renaming 2024-01-16 05:28:14 -06:00
proxy.py Add generic SOCKS proxy support, variable renaming 2024-01-16 05:28:14 -06:00
socks.py Add generic SOCKS proxy support, variable renaming 2024-01-16 05:28:14 -06:00
util.py removed trailing spaces, reran black 2024-01-16 05:28:14 -06:00