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 '' ```