ReClip
A self-hosted, open-source video and audio downloader with a clean web UI. Paste links from YouTube, TikTok, Instagram, Twitter/X, and 1000+ other sites — download as MP4 or MP3.
[image: 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f707974686f6e2d332e382b2d626c7565] [image: 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e]
[image: preview-mp3.png]
Features
Download videos from 1000+ supported sites (via yt-dlp)
MP4 video or MP3 audio extraction
Quality/resolution picker
Bulk downloads — paste multiple URLs at once
Automatic URL deduplication
Clean, responsive UI — no frameworks, no build step
Single Python file backend (~150 lines)
Quick Start
brew install yt-dlp ffmpeg # or apt install ffmpeg && pip install yt-dlp
git clone https://github.com/averygan/reclip.git
cd reclip
./reclip.sh
Open http://localhost:8899.
Or with Docker:
docker build -t reclip . && docker run -p 8899:8899 reclip