change domain
This commit is contained in:
parent
3d2dfb4251
commit
0322a8a191
1 changed files with 15 additions and 3 deletions
18
README.md
18
README.md
|
@ -1,26 +1,34 @@
|
||||||
# prose_dl
|
# prose_dl
|
||||||
|
|
||||||
Helper to download all posts from prose.sh instance
|
Helper to download all posts from prose.sh instance
|
||||||
|
|
||||||
[![dependency status](https://deps.rs/repo/gitea/git.kennel.ml/Anri/prose_dl/status.svg)](https://deps.rs/repo/gitea/git.kennel.ml/Anri/prose_dl)
|
[![dependency status](https://deps.rs/repo/gitea/git.mylloon.fr/Anri/prose_dl/status.svg)](https://deps.rs/repo/gitea/git.mylloon.fr/Anri/prose_dl)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Clone the repo and get in
|
Clone the repo and get in
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.kennel.ml/Anri/prose_dl.git && cd prose_dl
|
git clone https://git.mylloon.fr/Anri/prose_dl.git && cd prose_dl
|
||||||
```
|
```
|
||||||
|
|
||||||
Then install it
|
Then install it
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo install --path .
|
cargo install --path .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Will download all your posts from [`prose.sh`](https://prose.sh/) into a
|
Will download all your posts from [`prose.sh`](https://prose.sh/) into a
|
||||||
folder named after your username:
|
folder named after your username:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ prose_dl <username>
|
$ prose_dl <username>
|
||||||
```
|
```
|
||||||
|
|
||||||
Will download the special files too:
|
Will download the special files too:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ prose_dl -s <username>
|
$ prose_dl -s <username>
|
||||||
```
|
```
|
||||||
|
@ -28,11 +36,15 @@ $ prose_dl -s <username>
|
||||||
More info with the `--help` option.
|
More info with the `--help` option.
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
> Can this download unlisted posts (thoses with *date metadata* set in the future)?
|
|
||||||
|
> Can this download unlisted posts (thoses with _date metadata_ set in the future)?
|
||||||
|
|
||||||
- No.
|
- No.
|
||||||
|
|
||||||
> Can this download specials files?
|
> Can this download specials files?
|
||||||
|
|
||||||
- Yes, with `-s` option
|
- Yes, with `-s` option
|
||||||
|
|
||||||
> Can I use a custom domain?
|
> Can I use a custom domain?
|
||||||
|
|
||||||
- Yes, with `--domain` option
|
- Yes, with `--domain` option
|
||||||
|
|
Reference in a new issue