Alpha 0.1 done

This commit is contained in:
YamiOdymel 2020-02-13 18:23:45 +08:00
parent 2c52e03667
commit dcb849a075
No known key found for this signature in database
GPG Key ID: 68E469836934DB36
2 changed files with 2 additions and 8 deletions

View File

@ -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...]

View File

@ -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)