From 81b7fe853b1ac2761f9ddddfe8072b14e69a72ba Mon Sep 17 00:00:00 2001 From: sinclairkosh <102016413+sinclairkosh@users.noreply.github.com> Date: Tue, 22 Mar 2022 05:53:43 +1100 Subject: [PATCH] Update Readme with some command clarifications Clarify that fact that downloading by user doesn't work the same way as downloading by subreddit. Feel free to user a better example username. :) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b84aa3d..47c0dde 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,12 @@ However, these commands are not enough. You should chain parameters in [Options] python3 -m bdfr download ./path/to/output --subreddit Python -L 10 ``` ```bash +python3 -m bdfr download ./path/to/output --user reddituser --submitted -L 100 +``` +```bash +python3 -m bdfr download ./path/to/output --user reddituser --submitted --all-comments --comment-context +``` +```bash python3 -m bdfr download ./path/to/output --user me --saved --authenticate -L 25 --file-scheme '{POSTID}' ``` ```bash