From 36886dffe046b0b633e11bdfbc656394b16f72df Mon Sep 17 00:00:00 2001 From: Ali Parlakci Date: Sun, 16 May 2021 19:56:26 +0300 Subject: [PATCH] Reorder skip options --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cf7e589..f89ef23 100644 --- a/README.md +++ b/README.md @@ -131,13 +131,6 @@ The following options are common between both the `archive` and `download` comma The following options apply only to the `download` command. This command downloads the files and resources linked to in the submission, or a text submission itself, to the disk in the specified directory. -- `--skip-id` - - This will skip the download of any submission with the ID provided - - Can be specified multiple times -- `--skip-id-file` - - This will skip the download of any submission with any of the IDs in the files provided - - Can be specified multiple times - - Format is one ID per line - `--make-hard-links` - This flag will create hard links to an existing file when a duplicate is downloaded - This will make the file appear in multiple directories while only taking the space of a single instance @@ -158,6 +151,13 @@ The following options apply only to the `download` command. This command downloa - Sets the scheme for folders - Default is `{SUBREDDIT}` - See [Folder and File Name Schemes](#folder-and-file-name-schemes) for more details +- `--skip-id` + - This will skip the download of any submission with the ID provided + - Can be specified multiple times +- `--skip-id-file` + - This will skip the download of any submission with any of the IDs in the files provided + - Can be specified multiple times + - Format is one ID per line - `--skip-domain` - This adds domains to the download filter i.e. submissions coming from these domains will not be downloaded - Can be specified multiple times