Files
insta/README.md
T
2025-03-19 16:40:27 +01:00

26 lines
3.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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. │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```