From f4a7453a3e0980bb5c46fa9d0cbcf39f55d2f8a2 Mon Sep 17 00:00:00 2001 From: YamiOdymel Date: Wed, 7 Sep 2022 18:20:38 +0800 Subject: [PATCH] Updated README --- README-tw.md | 6 +++++- README.md | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README-tw.md b/README-tw.md index 89483d3..45eefdc 100644 --- a/README-tw.md +++ b/README-tw.md @@ -52,6 +52,7 @@ COMMANDS: GLOBAL OPTIONS: --username value, -u value channel username to watching --interval value, -i value minutes to check if a channel goes online or not (default: 1) + --strip value, -s value MB sizes to split the video into chunks (default: 0) --help, -h show help (default: false) ``` @@ -81,4 +82,7 @@ inserting XXX segment to the master file. (total: XXX) skipped XXX due to the empty body! 跳過 XXX 片段因為其為空白內容! -``` \ No newline at end of file + +exceeded the specified stripping limit, creating new video file. (file: XXX) +達到影片分割上限,建立新的影片檔案(檔名:XXX) +``` diff --git a/README.md b/README.md index 67f825c..bbf100c 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,6 @@ COMMANDS: GLOBAL OPTIONS: --username value, -u value channel username to watching --interval value, -i value minutes to check if a channel goes online or not (default: 1) + --strip value, -s value MB sizes to split the video into chunks (default: 0) --help, -h show help (default: false) -``` \ No newline at end of file +```