You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full playlist downloads from the extension — YouTube playlists (list= param), SoundCloud sets (/sets/), Spotify and Apple Music playlists now show a "Playlist Detected" bar with Playlist MP4 and Playlist MP3 buttons, plus right-click "Download full playlist as MP4/MP3" menu items. The whole playlist is handed to yt-dlp and downloaded natively.
Every download type reacts in the app — all intake channels (CLI args, copper:// links, /api/download HTTP API, native-messaging pipe) now route via UrlDetector instead of a 4-domain hardcode, so every video site yt-dlp supports (Dailymotion, Twitch, TikTok, Reddit, etc.) hits the yt-dlp engine instead of being chunked as raw HTML. The API honors the requested mp4/mp3/playlist-* format and raises the main window so any browser-initiated download pops the UI immediately.
Extension (v5.2.0, Chrome + Firefox)
Playlist MP4/MP3 buttons + context menu items as above