Skip to content

Commit

Permalink
- Added link datadome to the table of contents
Browse files Browse the repository at this point in the history
- Minor edit to param in datadome.py

Signed-off-by: Maxim S <[email protected]>
  • Loading branch information
poplers24 committed Aug 28, 2024
1 parent a441ebb commit 8d8665a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Examples of API requests for different captcha types are available on the [Pytho
- [Friendly Captcha](#friendly-captcha)
- [Cutcaptcha](#cutcaptcha)
- [Tencent](#tencent)
- [Datadome](#datadome)
- [Other methods](#other-methods)
- [send / get_result](#send--get_result)
- [balance](#balance)
Expand Down
2 changes: 1 addition & 1 deletion examples/datadome.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

try:
result = solver.datadome(
captcha_url="https://geo.captcha-delivery.com/captcha/?initialCid=AHrlqAAAAAMAZirHgKBVrxwAsVuKlQ%3D%3D&c",
captcha_url="https://geo.captcha-delivery.com/captcha/?initialCid=AHrlqAAAAAMAZirHgKBVrxwAsVuKlQ%3D%3D&c...",
pageurl="https://mysite.com/page/with/datadome",
userAgent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36",
proxy={
Expand Down

0 comments on commit 8d8665a

Please sign in to comment.