From d3c3ca34ae7f26bd856c0d3b2a6c96ec9f6dbb37 Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Sat, 17 Oct 2015 05:12:12 +0200 Subject: [PATCH] [common] update help message --- src/you_get/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/you_get/common.py b/src/you_get/common.py index c704e406..6a0f9577 100755 --- a/src/you_get/common.py +++ b/src/you_get/common.py @@ -867,7 +867,7 @@ def script_main(script_name, download, download_playlist = None): -f | --force Force overwriting existed files. -i | --info Display the information of videos without downloading. -u | --url Display the real URLs of videos without downloading. - -c | --cookies Load Mozilla cookies.sqlite file. + -c | --cookies Load cookies.txt or cookies.sqlite. -n | --no-merge Don't merge video parts. -F | --format Video format code. -o | --output-dir Set the output directory for downloaded videos.