diff --git a/README.md b/README.md index 76f731f..9cc18d6 100644 --- a/README.md +++ b/README.md @@ -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.