Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Fix more typos in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Sribnyi committed Mar 7, 2019
1 parent abcc968 commit eafa12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,15 @@ Let me know, by opening [issue](https://github.com/codemanki/cloudscraper/issues

WAT
===========
Current cloudflare implementation requires browser to respect the timeout of 5 seconds and cloudscraper mimics this behaviour. So everytime you call `cloudscraper.get/post` you should expect it to return result after minimum 6 seconds. If you want to change this behaviour, you would need to make a generic request as desceribed in above and pass `cloudflareTimeout` options with your value. But be aware that cloudflare might track this timeout and use it against you ;)
Current cloudflare implementation requires browser to respect the timeout of 5 seconds and cloudscraper mimics this behaviour. So everytime you call `cloudscraper.get/post` you should expect it to return result after minimum 6 seconds. If you want to change this behaviour, you would need to make a generic request as described in above and pass `cloudflareTimeout` options with your value. But be aware that cloudflare might track this timeout and use it against you ;)

## TODO
- [x] Check for recaptcha
- [ ] Support cookies, so challenge can be solved once per session
- [x] Support page with simple redirects
- [x] Add proper testing
- [x] Remove manual 302 processing, replace with `followAllRedirects` param
- [ ] Parse out the timeout from chalenge page
- [ ] Parse out the timeout from challenge page
- [x] Reoder the arguments in get/post/request methods and allow custom options to be passed in
- [ ] Expose solve methods to use them independently
- [ ] Support recaptcha solving
Expand Down

0 comments on commit eafa12e

Please sign in to comment.