Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 589 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 589 Bytes

instadl (instagram downloader)

Instagram downloader bash script.

Installation:

# 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:

Usage: instadl [-h] [Instagram Share URL]
Example: instadl https://instagram.com/p/9aagaUKT7-/

Try ‘instadl -h’ for help.

Author

  • hamedsepehry[at]yahoo[dot]com

CHANGELOG

  • version 0.1.1
  • added proper exit statuses.
  • used better outputs.
  • added network timeout checks.