1
0
Fork 0
mirror of synced 2024-05-16 02:02:45 +12:00

Fix example commands (#364)

This commit is contained in:
Ali Parlakçı 2021-05-11 19:19:25 +03:00 committed by GitHub
parent 6c086e70f7
commit bc3ebe9580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,16 +36,16 @@ python3 -m bdfr archive
However, these commands are not enough. You should chain parameters in [Options](#options) according to your use case. Don't forget that some parameters can be provided multiple times. Some quick reference commands are: However, these commands are not enough. You should chain parameters in [Options](#options) according to your use case. Don't forget that some parameters can be provided multiple times. Some quick reference commands are:
```bash ```bash
python3 -m bdfr download --subreddit Python -L 10 python3 -m bdfr download ./path/to/output --subreddit Python -L 10
``` ```
```bash ```bash
python3 -m bdfr download --user me --saved --authenticate -L 25 --file-scheme '{POSTID}' python3 -m bdfr download ./path/to/output --user me --saved --authenticate -L 25 --file-scheme '{POSTID}'
``` ```
```bash ```bash
python3 -m bdfr download --subreddit 'Python, all, mindustry' -L 10 --make-hard-links python3 -m bdfr download ./path/to/output --subreddit 'Python, all, mindustry' -L 10 --make-hard-links
``` ```
```bash ```bash
python3 -m bdfr archive --subreddit all --format yaml -L 500 --folder-scheme '' python3 -m bdfr archive ./path/to/output --subreddit all --format yaml -L 500 --folder-scheme ''
``` ```
## Options ## Options