1
0
Fork 0
mirror of synced 2024-05-17 10:42:39 +12:00

Reorder skip options

This commit is contained in:
Ali Parlakci 2021-05-16 19:56:26 +03:00 committed by Serene
parent 200916a150
commit 36886dffe0

View file

@ -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