Arias800 / CloudflareScraper

This is an experimental update of Team Universal's UniversalScrapers' cfscrape.py, which tries to solve a CF challenge with local Python code with as few imports as possible.
MIT License
11 stars 0 forks source link

Not working for some sites... #5

Closed ebs111222 closed 5 years ago

ebs111222 commented 5 years ago

hi your code is great, thanks alot. can you please check why does not it works for some sites like: https://www.digbt.org/ https://worldwidetorrents.to/ https://zooqle.me/ thanks alot.

Arias800 commented 5 years ago

Hi, All website work for me except the last one so try with the lastest version ^^

Matthew17-21 commented 5 years ago

HI! I just updated it and doesn't seem to be working on https://footdistrict.com/en/ or https://www.nakedcph.com/ can anyone confirm if it's just me or you are experiencing the same thing. Thank you

doko-desuka commented 5 years ago

@mlugo2017 you should read what your site says:

Due to the limited-edition sneaker we are currently releasing, we are experiencing not only an increased number of customers, but also an increased number of online bots. To prove that you are not a bot, we need you to complete a CAPTCHA.

It's always using the captcha mode, whose main purpose is to block bots.

doko-desuka commented 5 years ago

That was for the "nakedcph" domain.

The "footdistrict" domain uses its own JS block, you'll have to make a solver for that.
It looks straightforward enough, some obfuscation.

doko-desuka commented 5 years ago

@ebs111222 that "zooqle" domain that isn't working (thanks to @Arias800 for testing the others with the solver) also always uses the captcha mode, unfortunately.