Thread: [Solved] Captcha Solver Integration
View Single Post
  #52  
Old 09.10.2016, 01:33
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

'positive' is not the feedback we have been receiving, look above for examples.

In respects to username:password, nothing has changed on our side. It used to work which means something must have changed on your side. From what I can tell by coalado code it auto detects the apikey and secret from html source,
Code:
        br.getPage("**External links are only visible to Support Staff**);
        String key = br.getRegex("<strong>API KEY</strong>.*?<p>(.*?)</p>").getMatch(0);
        String secret = br.getRegex("<strong>API SECRET</strong>.*?<p>(.*?)</p>").getMatch(0);
        config.setAPIKey(key);
        config.setAPISecret(secret);
if the html changes it would break the regex. users would then have to manually set this info: 'settings > advanced settings > CaptchaSolutionsInterface.apikey && CaptchaSolutionsInterface.apisecret'

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote