initial import
This commit is contained in:
@@ -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. │
|
||||
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
|
||||
```
|
||||
Reference in New Issue
Block a user