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.
preview.mp4
- 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-file Go backend — stdlib only, compiles to one binary
brew install go ffmpeg yt-dlp # or apt install golang ffmpeg
git clone https://github.com/azhai/reclip.git
cd reclip
make
./bin/reclipyt-dlp needs no manual install: the Go service uses the one on
PATH, or auto-downloads a standalone build into./binon first start. It self-updates only that standalone build on every start (skip withRECLIP_NO_UPDATE=1); a system yt-dlp (e.g. Homebrew) is left to its own package manager to update.
Open http://localhost:8899.
- Paste one or more video URLs into the input box
- Choose MP4 (video) or MP3 (audio)
- Click Fetch to load video info and thumbnails
- Select quality/resolution if available
- Click Download on individual videos, or Download All
Anything yt-dlp supports, including:
YouTube, TikTok, Instagram, Twitter/X, Reddit, Facebook, Vimeo, Twitch, Dailymotion, SoundCloud, Loom, Streamable, Pinterest, Tumblr, Threads, LinkedIn, and many more.
A lightweight companion extension lives in extension/ (Manifest V3, vanilla JS, no build step):
- Right-click any video link, media element, or page → ReClip → 用 ReClip 下载 opens the panel with the URL pre-filled and auto-fetches
- Toolbar popup — download the current tab, toggle MP4/MP3, and set the server address (default
http://127.0.0.1:8899)
Install: open chrome://extensions → enable Developer mode → Load unpacked → select the extension/ directory.
- Backend: Go (stdlib
net/http, single binary) - Frontend: Vanilla HTML/CSS/JS (single file, no build step)
- Download engine: yt-dlp (auto-downloaded standalone binary, Go-managed) + ffmpeg
- Dependencies: 0 Go packages — no Python; only ffmpeg needs installing
This tool is intended for personal use only. Please respect copyright laws and the terms of service of the platforms you download from. The developers are not responsible for any misuse of this tool.