mirror of
https://github.com/teacat/chaturbate-dvr.git
synced 2025-10-29 16:59:59 +00:00
Alpha 0.1 done
This commit is contained in:
parent
2c52e03667
commit
dcb849a075
@ -33,7 +33,7 @@ Y8888D' YP 88 YD
|
||||
|
||||
```bash
|
||||
NAME:
|
||||
chaturbate-dvr - watching a specified chaturbate channel and auto saved to local file
|
||||
chaturbate-dvr - watching a specified chaturbate channel and auto saves the stream as local file
|
||||
|
||||
USAGE:
|
||||
main [global options] command [command options] [arguments...]
|
||||
|
||||
8
main.go
8
main.go
@ -270,12 +270,6 @@ func main() {
|
||||
Value: "",
|
||||
Usage: "channel username to watching",
|
||||
},
|
||||
// s&cli.StringFlag{
|
||||
// s Name: "quality",
|
||||
// s Aliases: []string{"q"},
|
||||
// s Value: "",
|
||||
// s Usage: "video quality with `high`, `medium` and `low`",
|
||||
// s},
|
||||
&cli.IntFlag{
|
||||
Name: "interval",
|
||||
Aliases: []string{"i"},
|
||||
@ -284,7 +278,7 @@ func main() {
|
||||
},
|
||||
},
|
||||
Name: "chaturbate-dvr",
|
||||
Usage: "watching a specified chaturbate channel and auto saved to local file",
|
||||
Usage: "watching a specified chaturbate channel and auto saves the stream as local file",
|
||||
Action: endpoint,
|
||||
}
|
||||
err := app.Run(os.Args)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user