1
0
Fork 0
mirror of synced 2024-04-27 08:52:35 +12:00

Update README.md

This commit is contained in:
Jacob Chapman 2022-05-04 22:48:52 -05:00 committed by Serene-Arc
parent 4fc0d5dc1d
commit 89653c4bad

View file

@ -227,6 +227,15 @@ The following options apply only to the `download` command. This command downloa
- This skips all submissions from the specified subreddit
- Can be specified multiple times
- Also accepts CSV subreddit names
- `--min-score`
- This skips all submissions which have fewer than specified upvotes
- `--max-score`
- This skips all submissions which have more than specified upvotes
- `--min-score-ratio`
- This skips all submissions which have lower than specified upvote ratio
- `--max-score-ratio`
- This skips all submissions which have higher than specified upvote ratio
### Archiver Options