https://github.com/arkapravo-ghosh/down
Instagram Video Downloader for Termux
https://github.com/arkapravo-ghosh/down
bash termux yt-dlp
Last synced: over 1 year ago
JSON representation
Instagram Video Downloader for Termux
- Host: GitHub
- URL: https://github.com/arkapravo-ghosh/down
- Owner: Arkapravo-Ghosh
- License: gpl-3.0
- Created: 2023-05-21T14:53:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T14:21:03.000Z (about 2 years ago)
- Last Synced: 2025-03-17T05:35:00.059Z (over 1 year ago)
- Topics: bash, termux, yt-dlp
- Language: Shell
- Homepage:
- Size: 1.69 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# down
down is an Instagram Video Downloader for Termux
> Source Code: [Click Here](src/main.sh)
## Demo
## Prerequisites
- Termux
- Python 3.7 or higher with pip
- yt-dlp
- exiftool
- ffmpeg
- termux-tools
## Installation
### Install Dependencies
```bash
apt update && apt full-upgrade -y && apt install -y python ffmpeg exiftool termux-tools && pip install -U pip && pip install yt-dlp
```
### Setup storage
```bash
termux-setup-storage
```
### Install down
```bash
curl -sSL https://raw.githubusercontent.com/Arkapravo-Ghosh/down/main/install.sh | bash
```
> NOTE: To update, use this command again.
## Usage
```bash
down -h
```
> NOTE: You can simply run `down` to download a video from Instagram or YouTube. It'll automatically prompt you to enter the URL of the video you want to download.