mirror of
https://github.com/teacat/chaturbate-dvr.git
synced 2025-10-29 16:59:59 +00:00
Update README.md -- Added info on CloudFlare cookie
This commit is contained in:
parent
2b2e267088
commit
6b65dbcc4f
@ -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)
|
--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")
|
--log-level value log level, availables: 'DEBUG', 'INFO', 'WARN', 'ERROR' (default: "INFO")
|
||||||
--port value port to expose the web interface and API (default: "8080")
|
--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
|
--help, -h show help
|
||||||
--version, -v print the version
|
--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
|
## 💬 Verbose Log
|
||||||
|
|
||||||
Change `-log-level` to `DEBUG` to see more details in terminal, like Duration and Size.
|
Change `-log-level` to `DEBUG` to see more details in terminal, like Duration and Size.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user