Fixed #112, domain .global -> .com by default

This commit is contained in:
Yami Odymel 2025-06-25 06:22:29 +08:00
parent 6aebcd723e
commit 40124463f0
No known key found for this signature in database
GPG Key ID: 68E469836934DB36

View File

@ -98,7 +98,7 @@ func main() {
&cli.StringFlag{
Name: "domain",
Usage: "Chaturbate domain to use",
Value: "https://chaturbate.global/",
Value: "https://chaturbate.com/",
},
},
Action: start,