🎉 Enhanced Video Downloader now supports multi-platform video downloads! Download videos from TikTok, Instagram, Twitter, and 1,800+ websites beyond YouTube.
What's New
- 🌐 Multi-Platform Support - Download from TikTok, Instagram (Reels, Stories, Posts), Twitter/X, and 1,800+ additional sites via yt-dlp
- 🏷️ Platform Badges - Visual badges show the source platform next to each video title (YouTube, TikTok, Instagram, Twitter)
- 🎨 Platform Icons - Emoji icons serve as thumbnail placeholders for each platform (📺 YouTube, 🎵 TikTok, 📷 Instagram, 🐦 Twitter, 🎬 Generic)
- 🔍 Smart Platform Detection - Automatic URL pattern matching identifies video sources
Bug Fixes
- Fixed non-YouTube URLs being incorrectly treated as search queries
- Fixed GenericVideo Author constructor error with invalid ChannelId
- Fixed yt-dlp .part file path issues (disabled .part files for compatibility)
- Fixed blog page hero section CSS styling
Why This Matters
With the rise of short-form content across TikTok, Instagram Reels, and Twitter videos, having a unified tool to download from all major platforms is essential. Whether you're archiving your own content, conducting research, or building a media library, Enhanced Video Downloader now provides a single solution for all your video downloading needs.
Technical Details
The update introduces a new PlatformType
enum (Unknown, YouTube, TikTok, Instagram, Twitter, Generic) with intelligent URL pattern detection. We've implemented a GenericVideo
stub class for non-YouTube platforms, integrating with yt-dlp via the YoutubeDLSharp C# wrapper. Platform-specific emoji icons provide visual feedback in the UI when video thumbnails aren't available.