From 5cb3c2c6359ca9a3bf0c3621bb0ac7ad649a2730 Mon Sep 17 00:00:00 2001 From: OMEGARAZER <869111+OMEGARAZER@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:48:34 -0500 Subject: [PATCH] Update README.md Options not available to download, only archive. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7914308..d0fecb1 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,6 @@ python3 -m bdfr download ./path/to/output --subreddit Python -L 10 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}' ``` @@ -75,6 +71,10 @@ python3 -m bdfr download ./path/to/output --user me --saved --authenticate -L 25 python3 -m bdfr download ./path/to/output --subreddit 'Python, all, mindustry' -L 10 --make-hard-links ``` +```bash +python3 -m bdfr archive ./path/to/output --user reddituser --submitted --all-comments --comment-context +``` + ```bash python3 -m bdfr archive ./path/to/output --subreddit all --format yaml -L 500 --folder-scheme '' ```