From 6bbc319d1b73848797a6017709ba6e3f2f1c9520 Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Sun, 9 Mar 2025 09:13:41 +0100 Subject: [PATCH] Replace long cli usage section from README with hint to --help command --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index bdb47e8..38ebb28 100644 --- a/README.md +++ b/README.md @@ -32,30 +32,7 @@ On Linux, you may have to mark the file as executable before being able to run i ## Cli Usage -If you chose the cli variant of this software. - -``` -lurch-dl --url string The url to the video - [-h --help] Show this help and exit - [--list-chapters] List chapters and exit - [--list-formats] List available formats and exit - [--chapter int] The chapter you want to download - The calculated start and stop timestamps can be - overwritten by --start and --stop - default: -1 (disabled) - [--format string] The desired video format - default: auto - [--output string] The output file. Will be determined automatically - if omitted. - [--start string] Define a video timestamp to start at, e.g. 12m34s - [--stop string] Define a video timestamp to stop at, e.g. 1h23m45s - [--continue] Continue the download if possible - [--overwrite] Overwrite the output file if it already exists - [--max-rate] The maximum download rate in MB/s - don't set this - too high, you may run into a ratelimit and your - IP address might get banned from the servers. - default: 10.0 -``` +Run `lurch-dl --help` to see available options. ### Examples