Skip to content

Copper Download Manager v0.5.3

Choose a tag to compare

@MohamedSubarashi MohamedSubarashi released this 01 Sep 14:17
· 2 commits to main since this release

v0.5.3

What's new

  • 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

Artifacts

  • CopperDownloadManager-0.5.3-setup.exe (installer)
  • CopperDownloadManager-0.5.3-portable.zip (portable)

Tests

  • 38/38 integration cases pass against the 0.5.3 exe (incl. new playlist-routing cases)