initial import

This commit is contained in:
2025-03-19 16:40:27 +01:00
commit 3e3d2c1b29
5 changed files with 463 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
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. │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
```