Download Instagram Reels without login
Cleaner Instagram downloader than ad-filled alternatives, but dozens of clones already exist.

Multi-platform downloader plus local Whisper transcription, but yt-dlp + ffmpeg already exist.
Content creators, students, journalists, accessibility advocates, researchers
yt-dlp · 4K Video Downloader · y2mate
So I built Videolyti over a few months. You paste a URL from YouTube, TikTok, Instagram, Twitter, Facebook, Reddit, or Vimeo — it gives you the video file and a text transcript.
The transcription runs OpenAI Whisper (large-v3) on my own server. No API calls to OpenAI, no per-minute billing. It handles 90+ languages and does a surprisingly good job with mixed-language audio (I test it regularly with Ukrainian-English conversations).
Tech details for those curious: - Frontend: Next.js (App Router, server components) - Backend: Express + Socket.IO for real-time progress - Downloads: yt-dlp + FFmpeg - Transcription: Whisper large-v3, running locally - The TikTok pipeline is a bit different — uses TikWM API first, falls back to yt-dlp
The 5 downloads/day limit is a practical thing — Whisper on CPU takes real compute time and I'm paying for the server out of pocket. Not a growth hack.
Feedback welcome on the UX. I know the mobile experience could be better (30% of traffic is mobile right now). Would also love input on what subtitle export formats would be most useful — SRT, VTT, or plain text with timestamps.
Source code isn't open yet but I'm considering it. Happy to discuss the architecture.
Cleaner Instagram downloader than ad-filled alternatives, but dozens of clones already exist.
Bundles yt-dlp and ffmpeg automatically so agents can finally triage watch-later lists.
Local CPU transcription that beats cloud APIs on speed and privacy.
The neat technical hook is the Udemy/Hotmart login handling — the app injects JS into a WebView to capture cookies (using WebView2 on Windows and a JS-redirect trick on macOS/Linux) so it can pull entire courses including attachments. Add native Telegram QR/phone logins, an yt-dlp fallback for 1000+ sites, and GPU-accelerated FFmpeg conversion, and you get a focused desktop tool that actually tackles the messy parts of course and media scraping.
Yet another yt-dlp TUI wrapper when tui-journal and ytfzf already exist.
CPU-only ONNX transcription when Whisper.cpp already handles this well.