26 lines
3.0 KiB
Markdown
26 lines
3.0 KiB
Markdown
igdl
|
||
====
|
||
|
||
Simple tool to download Instagram videos from reels
|
||
|
||
using [https://github.com/Fluxticks/InstagramDL](https://github.com/Fluxticks/InstagramDL)
|
||
|
||
help
|
||
----
|
||
|
||
```shell
|
||
❯ igdl --help
|
||
|
||
Usage: igdl [OPTIONS] POST_URL
|
||
|
||
╭─ Arguments ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
|
||
│ * post_url TEXT post url [default: None] [required] │
|
||
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
|
||
╭─ Options ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
|
||
│ --download --no-download [default: download] │
|
||
│ --install-completion Install completion for the current shell. │
|
||
│ --show-completion Show completion for the current shell, to copy it or customize the installation. │
|
||
│ --help Show this message and exit. │
|
||
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
|
||
```
|