1
0
Fork 0
mirror of synced 2024-05-29 00:19:59 +12:00

Update README.md

Options not available to download, only archive.
This commit is contained in:
OMEGARAZER 2022-11-29 12:48:34 -05:00
parent fecb65c53a
commit 5cb3c2c635
No known key found for this signature in database
GPG key ID: D89925310D306E35

View file

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