Does anyone know if it's possible to prevent/circumvent Google's annoying habit of throwing up captcha-requests on legit "intitle:index.of" searches?
ie.

I'm working on a project that parses the HTML of "intitle:index.of" searches to return the URL of relevant websites via pattern-matching - which will work up until the point that Google decides the search appears to violate their TOS and throws up one of these captcha-requests. It's very annoying because these are legit searches.
So far, the only thing I've found which will stop it, is to manually clear the browser cache and disconnect / reconnect my internet connection.
I'm just wondering if anyone has ever come across a way to circumvent this problem, programmatically-speaking? A Lua-based solution would be preferable.
ie.

I'm working on a project that parses the HTML of "intitle:index.of" searches to return the URL of relevant websites via pattern-matching - which will work up until the point that Google decides the search appears to violate their TOS and throws up one of these captcha-requests. It's very annoying because these are legit searches.
So far, the only thing I've found which will stop it, is to manually clear the browser cache and disconnect / reconnect my internet connection.
I'm just wondering if anyone has ever come across a way to circumvent this problem, programmatically-speaking? A Lua-based solution would be preferable.
Comment