From dcb849a07542ef1868cb75ab46bd0d64197e7e38 Mon Sep 17 00:00:00 2001 From: YamiOdymel Date: Thu, 13 Feb 2020 18:23:45 +0800 Subject: [PATCH] Alpha 0.1 done --- README.md | 2 +- main.go | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e9ba62c..0aa6988 100644 --- a/README.md +++ b/README.md @@ -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...] diff --git a/main.go b/main.go index 699c553..ba5eb19 100644 --- a/main.go +++ b/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)