insta
parent
854b68e1c1
commit
018b6309e6
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
[systemd-boot](systemd-boot.md)
|
[systemd-boot](systemd-boot.md)
|
||||||
|
|
||||||
[blueman](https://github.com/blueman-project/blueman)
|
[blueman](https://github.com/blueman-project/blueman): Bluetooth Manager.
|
||||||
|
|
||||||
[DNSCrypt](dnscrypt.md)
|
[DNSCrypt](dnscrypt.md)
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
# Instaloader
|
# [Instaloader](https://instaloader.github.io/)
|
||||||
|
|
||||||
[Instaloader](https://instaloader.github.io/) is a tool for download Instagram photos, videos, ...
|
Should install Instaloader with Python venv.
|
||||||
|
|
||||||
---
|
Create `args.txt`, remember to change `username` with your real username:
|
||||||
|
|
||||||
Install Instaloader with Python venv.
|
|
||||||
|
|
||||||
Create `args.txt` file with content, remember to change `username` with your real username:
|
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
--login=username
|
--login=username
|
||||||
|
@ -36,7 +32,7 @@ For downloading only hightlights, add to `args.txt`:
|
||||||
--no-posts
|
--no-posts
|
||||||
```
|
```
|
||||||
|
|
||||||
Then run, remeber to change `targetname1`, `targetname2`, ... to your target:
|
Then run, remember to change `targetname1`, `targetname2`, ... to your target:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
instaloader +args.txt targetname1 targetname2
|
instaloader +args.txt targetname1 targetname2
|
||||||
|
|
Loading…
Reference in New Issue