From bc3ebe95802d298c8c250d34f250693cbe8ae32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Parlak=C3=A7=C4=B1?= Date: Tue, 11 May 2021 19:19:25 +0300 Subject: [PATCH] Fix example commands (#364) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 624cc5f..0c09393 100644 --- a/README.md +++ b/README.md @@ -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: ```bash -python3 -m bdfr download --subreddit Python -L 10 +python3 -m bdfr download ./path/to/output --subreddit Python -L 10 ``` ```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 -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 -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