main
Tran Hau 2020-05-12 00:59:01 +07:00
parent fb6ba3d710
commit eb97887312
1 changed files with 12 additions and 4 deletions

View File

@ -12,27 +12,35 @@ Create `args.txt`, remember to change `username` with your real username:
--no-metadata-json --no-metadata-json
``` ```
For downloading posts, add to `args.txt`: Want more custom? Add to `args.txt`.
Downloading posts:
```txt ```txt
--fast-update --fast-update
``` ```
For downloading only stories, add to `args.txt`: Downloading only stories:
```txt ```txt
--stories --stories
--no-posts --no-posts
``` ```
For downloading only hightlights, add to `args.txt`: Downloading only hightlights:
```txt ```txt
--highlights --highlights
--no-posts --no-posts
``` ```
Then run, remember to change `targetname1`, `targetname2`, ... to your target: Filter posts:
```txt
--post-filter="date_utc <= datetime(2020, 6, 30)"
```
Finally run, remember to change `targetname1`, `targetname2`, ... to your target:
```sh ```sh
instaloader +args.txt targetname1 targetname2 instaloader +args.txt targetname1 targetname2