cloudflare-scrape icon indicating copy to clipboard operation
cloudflare-scrape copied to clipboard

A Python module to bypass Cloudflare's anti-bot page.

Results 118 cloudflare-scrape issues
Sort by recently updated
recently updated
newest added
trafficstars

I want to get the data from [website](https://xmplaylist.com/api/station/hairnation), but cloudflare-scrape doesn't work for this [website](https://xmplaylist.com/api/station/hairnation), Can you help check cloudflare's verification update? Would be very grateful!

bug

Please **confirm the following statements and check the boxes** before creating an issue: - [*] I've upgraded cfscrape with `pip install -U cfscrape` - [*] I'm using Node version 10...

bug

Before creating an issue, first upgrade cfscrape with `pip install -U cfscrape` and see if you're still experiencing the problem. Please also confirm your Node version (`node --version` or `nodejs...

bug

__Version:__ ``` In [11]: !pip install -U cfscrape Requirement already up-to-date: cfscrape in ./bin/miniconda/envs/SCRAP/lib/python3.7/site-packages (2.1.1) Requirement already satisfied, skipping upgrade: requests>=2.23.0 in ./bin/miniconda/envs/SCRAP/lib/python3.7/site-packages (from cfscrape) (2.24.0) Requirement already satisfied, skipping...

Before creating an issue, first upgrade cfscrape with `pip install -U cfscrape` and see if you're still experiencing the problem. Please also confirm your Node version (`node --version` or `nodejs...

bug

Before creating an issue, first upgrade cfscrape with `pip install -U cfscrape` and see if you're still experiencing the problem. Please also confirm your Node version (`node --version` or `nodejs...

bug

My code is as follows,but it returns 403 def start_requests(self): user_agent = self.settings['USER_AGENT'] for url in self.start_urls: tokens, agent = cfscrape.get_tokens(url, user_agent) yield scrapy.Request(url=url, cookies={'__cfduid': tokens['__cfduid']}, headers={'User-Agent': agent})

bug

Please **confirm the following statements and check the boxes** before creating an issue: - [X ] I've upgraded cfscrape with `pip install -U cfscrape` - [ ] I'm using Node...

bug

Before creating an issue, first upgrade cfscrape with `pip install -U cfscrape` and see if you're still experiencing the problem. Please also confirm your Node version (`node --version` or `nodejs...

bug

Please read https://github.com/Anorov/cloudflare-scrape#updates, then file a bug report at https://github.com/Anorov/cloudflare-scrape/issues."