Skip to content

Commit

Permalink
Merge pull request #141 from veteranbv/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Anorov authored Apr 5, 2018
2 parents 798f167 + 59b18bd commit d56c981
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,20 @@ Cloudflare modifies their anti-bot protection page occasionally. So far it has c

If you notice that the anti-bot page has changed, or if this module suddenly stops working, please create a GitHub issue so that I can update the code accordingly.

In your issue, please include:
* Many issues are a result of users not updating to the latest release of this project. Before filing an issue, please run the following command:
```
pip show cfscrape
```
If the value of the version field is not the latest release, please run the following to update your package:
```
pip install cfscrape -U
```
If you are still encountering a problem, open an issue and please include:

* The full exception and stack trace.
* The URL of the Cloudflare-protected page which the script does not work on.
* A Pastebin or Gist containing the HTML source of the protected page.
* The version number from `pip show cfscrape`.

[This issue comment is a good example.](https://github.com/Anorov/cloudflare-scrape/issues/3#issuecomment-45827514)

Expand Down

0 comments on commit d56c981

Please sign in to comment.