Closed Sh1Fu closed 1 year ago
How about just leaving one possible proxy, just checking it before using it to see if it works? Because Netlab will quietly keep one IP alive
Trouble: The proxy cannot get up because of two errors. ProxyError and ConnectionTimeout
<hr>
<div id="footer">
<p>Generado Sat, 05 Nov 2022 14:05:00 GMT por mail.blog2life.net (squid)</p>
<!-- ERR_ACCESS_DENIED -->
</div>
</body></html>
Why, Netlab? :<
Need to figure out what to do about the proxy, because it's currently downloading without it, but there's an extra block of code that slows down the script
Furthermore, there are a few things that are also needed to work with proxies, but are not used: finding the max divisor, the scrap_proxy function, etc.
A few options:
Remove the proxy completely because Netlab does not block requests
Add a boolean variable to indicate that a proxy should be used
Add a command line argument
Add extra menus, lambda functions
Optional: See how scrap_proxy() can be improved