Instagram downloader bash script.
# wget https://raw.githubusercontent.com/mashhadlug/instadl/master/instadl -O /usr/local/bin/instadl
# chmod +x /usr/local/bin/instadl
Hint: you need root permissions (sudo
may do well).
Usage: instadl [-h] [Instagram Share URL]
Example: instadl https://instagram.com/p/9aagaUKT7-/
Try ‘instadl -h’ for help.
- hamedsepehry[at]yahoo[dot]com
- version 0.1.1
- added proper exit statuses.
- used better outputs.
- added network timeout checks.