Update README.md -- Added info on CloudFlare cookie

This commit is contained in:
HeapOfChaos 2025-03-23 02:15:47 -04:00 committed by GitHub
parent 2b2e267088
commit 6b65dbcc4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,6 +106,8 @@ GLOBAL OPTIONS:
--split-filesize value, --sf value size in MB to split each video into segments ('0' to disable) (default: 0)
--log-level value log level, availables: 'DEBUG', 'INFO', 'WARN', 'ERROR' (default: "INFO")
--port value port to expose the web interface and API (default: "8080")
--cf-cookie value Cloudflare cookie to bypass anti-bot page
--user-agent value Custom user agent for when using cf-cookie
--help, -h show help
--version, -v print the version
```
@ -209,6 +211,12 @@ A: Your network is unstable or being blocked by Chaturbate, the program can't he
 
**Q: `I'm receiving a message about CloudFlare anti-bot, what do I need to do?`**
A: You need to successfully pass the CloudFlare anti-bot check and retrieve the cf_clearance Cookie that is set in the browser after successfully passing the check. This MUST be done from the same IP address and the same User-Agent string MUST be provided to chaturbate-dvr. Provide the cookie value and User-Agent string with the --cf-cookie and --user-agent command line options. The Cookie does expire, but it looks like it's Age is at ~1 year.
 
## 💬 Verbose Log
Change `-log-level` to `DEBUG` to see more details in terminal, like Duration and Size.