From 89653c4bad5559dda22317def8cd320d64f80e20 Mon Sep 17 00:00:00 2001 From: Jacob Chapman <7908073+chapmanjacobd@users.noreply.github.com> Date: Wed, 4 May 2022 22:48:52 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 82d8812..a539331 100644 --- a/README.md +++ b/README.md @@ -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