Releases: Chaos-dwg/RogueFetch-Releases
Release list
RogueFetch v1.0.3
RogueFetch is a Windows desktop utility from Rogue Gain that downloads, converts, and organizes supported online media using a clear local interface — no command line, no manual FFmpeg install.
Lawful use only. RogueFetch is intended solely for downloading media you own, have permission to download, or are otherwise authorised to save. You are responsible for complying with the terms of service of any site you use it with and with applicable copyright law. Cookie import is provided only so you can access content you are personally entitled to; it is optional and never enabled automatically.
What's fixed in 1.0.3
This release fixes two bugs that made a fresh install unable to do its core job. Anyone on 1.0.1 or 1.0.2 should update.
- Bundled FFmpeg is now actually found. Previous packaged builds shipped FFmpeg one folder away from where the app looked for it, so every install reported "FFmpeg unavailable" and could not convert audio, merge video+audio, or embed metadata — despite FFmpeg being present. It now loads correctly, and the build itself fails if FFmpeg is ever unreachable again.
- Save As now suggests the media's real title. The save dialog was pre-filling its own window caption ("Save media as") as the filename instead of the title of the video or track you fetched. It now suggests the actual title, with the correct extension for your chosen format.
Nothing else about the product changed: same bundled LGPL FFmpeg, same licensing and source materials, refreshed checksums.
Upgrading
Install over any earlier version — the installer removes the previous installation so you are not left with two copies, and your settings and history are preserved.
Verifying your download
RogueFetch-1.0.3-SHA256SUMS.txt lists the SHA-256 of each file. The bundled FFmpeg is unchanged from 1.0.2, so the ffmpeg-source and ffmpeg-build-scripts archives (and their checksums) are identical to that release.
RogueFetch v1.0.2
RogueFetch is a Windows desktop utility from Rogue Gain that downloads, converts, and organizes supported online media using a clear local interface — no command line, no manual FFmpeg install.
Lawful use only. RogueFetch is intended solely for downloading media you own, have permission to download, or are otherwise authorised to save. You are responsible for complying with the terms of service of any site you use it with and with applicable copyright law. Cookie import is provided only so you can access content you are personally entitled to; it is optional and never enabled automatically.
Current release
RogueFetch v1.0.2 updates the product identity and includes the current FFmpeg distribution, licensing materials, source information, and checksums.
- The product is now RogueFetch by Rogue Gain. The application, installer, shortcuts, icon and About screen carry the new identity.
- The interface now follows the Rogue Gain visual system: graphite surfaces, off-white text, and the Rogue Gain yellow reserved for primary actions, active state, progress and focus.
- Same bundled LGPL FFmpeg, same licensing and source materials, with fresh checksums.
Upgrading from MediaGrabber? The installer removes the previous installation for you, so you are not left with two copies. Your settings and history are carried across on first run. Nothing you downloaded is touched.
Earlier releases
Earlier MediaGrabber-branded packages have been superseded. Use the current RogueFetch release.
Features
- Automatic metadata on paste/drag/clipboard: thumbnail, title, uploader, duration, upload date, size estimate, and available quality.
- Mandatory Save As for every download — you always choose the folder, filename, and extension, and you see the destination and output format before anything starts.
- Queue with configurable concurrency, pause/resume, and per-item cancel / retry / remove.
- Live progress: percentage, speed, ETA, downloaded/total size, and current stage.
- FFmpeg processing: audio extraction/conversion, video+audio merge, thumbnail & metadata embedding, chapter preservation, subtitles (incl. auto-subs), and SponsorBlock.
- Persistent history and an expandable, redacted log that never records cookies or tokens.
- Dark & light themes, remembered window size/position.
- Bundled FFmpeg — detected automatically, never dependent on your PATH.
- MusicMilk support via an extensible site-resolver layer, in addition to everything yt-dlp supports.
Supported formats
- Audio: MP3, WAV, FLAC, M4A, Opus, AAC — selectable bitrate (Best / 320 / 256 / 192 / 128 kbps; disabled for lossless).
- Video: MP4, MKV, WebM.
Installation
Requires Windows 10 or 11 (64-bit). Python is not required — FFmpeg is bundled.
- Installer (recommended): download
RogueFetch-1.0.2-Setup.exeand run it. Per-user install (no admin rights), Start Menu shortcut, optional desktop shortcut, clean uninstall that preserves your settings and history. - Portable: download
RogueFetch-1.0.2-portable-win64.zip, unzip anywhere, and runRogueFetch.exe.
Code signing
These builds are unsigned. Windows SmartScreen may warn you the first time you run the installer, and some antivirus products flag PyInstaller-packaged applications. Because the builds are unsigned, verifying the checksum below is the meaningful integrity check.
Verify your download
SHA-256 (also in RogueFetch-1.0.2-SHA256SUMS.txt):
4b30ff584fc367d2b9f26dda0a0537274cf957b35cae2e5d0aaf7e766584fb89 RogueFetch-1.0.2-Setup.exe
3c3bed273eaea360274652cce1635b4b53ced644d548000b6df818e6de482497 RogueFetch-1.0.2-portable-win64.zip
196e5de88b20b4aa2305c87b4be81ee38b5e684aebebfedfed1150e9754bf548 ffmpeg-source-998de74adf.tar.gz
a19d91e1b5663cabd5b27f1ae1df073b41b54129dda504a3d7832ce54671f8f6 ffmpeg-build-scripts-BtbN-autobuild-2026-07-13-14-11.tar.gz
Get-FileHash .\RogueFetch-1.0.2-Setup.exe -Algorithm SHA256If the hash does not match, do not run the file.
The bundled FFmpeg
| Build | ffmpeg-n7.1.5-2-g998de74adf-win64-lgpl-shared-7.1 |
| FFmpeg version | n7.1.5-2-g998de74adf-20260713 |
| Upstream | FFmpeg release/7.1, commit 998de74adf |
| Licence | LGPL-3.0-or-later |
| Builder | BtbN/FFmpeg-Builds, release tag autobuild-2026-07-13-14-11 |
| Archive SHA-256 | 6e3fcd3c40e4f66806d5249fe784eaf3a789f1f2d4859662a2b8c05d8fd624fc |
Configured without --enable-gpl (libx264, libx265, libxvid and the other GPL-only components are disabled) and with --enable-version3. The binaries are unmodified.
RogueFetch executes ffmpeg.exe as a separate process and links no FFmpeg library into itself. The FFmpeg libraries ship as separate DLLs, so you can replace them with your own compatible build by swapping the files in the bin folder — no relinking of RogueFetch is required.
FFmpeg source
Published as assets on this release, so it stays available regardless of upstream:
ffmpeg-source-998de74adf.tar.gz— the FFmpeg source corresponding to the bundled binariesffmpeg-build-scripts-BtbN-autobuild-2026-07-13-14-11.tar.gz— the build scripts and configuration
The exact ./configure line can also be reproduced by running ffmpeg.exe -version. Full details are in legal/FFMPEG_BUILD_INFO.txt inside each package.
Licensing
RogueFetch is MIT-licensed; the licence and copyright notice ship inside both packages as LICENSE.txt. Third-party components are listed in THIRD_PARTY_NOTICES.txt. The full FFmpeg LGPL v3 text ships as legal/FFmpeg-LICENSE-LGPLv3.txt.
Known limitations
- Sign-in-required, region-locked, or actively bot-blocked content can't be bypassed; RogueFetch shows a clear message but cannot circumvent access controls.
- DRM-protected streams are not supported.
- File-size estimates depend on what the source reports and may be approximate or missing.
- The set of supported websites changes over time and is not guaranteed for any given site.
- Windows-first: packaging, the installer, and the bundled FFmpeg target Windows.
- Builds are unsigned (see above).
Notes
- This repository distributes compiled releases only; RogueFetch's application source code is not published here.
- Verified before release: the application test suite passes, and the bundled LGPL FFmpeg was exercised across every audio format offered, video+audio stream-copy merging, MKV remuxing, WebM (VP9+Opus) encoding, subtitle embedding, metadata and cover-art embedding, and paths containing spaces. Both the installer and the portable edition were installed, launched, and uninstalled.
MediaGrabber v1.0.1 (superseded)
MediaGrabber is a polished Windows desktop app for downloading media with yt-dlp and FFmpeg — no command line, no manual FFmpeg install.
v1.0.1 is the current release and supersedes v1.0.0, which has been withdrawn. If you are running v1.0.0, please replace it with this build.
Lawful use only. MediaGrabber is intended solely for downloading media you own, have permission to download, or are otherwise authorised to save. You are responsible for complying with the terms of service of any site you use it with and with applicable copyright law. Cookie import is provided only so you can access content you are personally entitled to; it is optional and never enabled automatically.
What changed in v1.0.1
- The bundled FFmpeg distribution has been updated to a pinned LGPL build, fixed by URL and SHA-256.
- The build now fetches exactly one known FFmpeg artifact and verifies its hash.
- Complete third-party licensing and notices now ship inside both packages: MediaGrabber's MIT licence,
THIRD_PARTY_NOTICES.txt, the full FFmpeg LGPL v3 text, and full build provenance. - FFmpeg source information and the build scripts are published as assets on this release.
- Fresh SHA-256 checksums for all assets.
Nothing about how you use the app has changed.
The bundled FFmpeg
| Build | ffmpeg-n7.1.5-2-g998de74adf-win64-lgpl-shared-7.1 |
| FFmpeg version | n7.1.5-2-g998de74adf-20260713 |
| Upstream | FFmpeg release/7.1, commit 998de74adf |
| Licence | LGPL-3.0-or-later |
| Builder | BtbN/FFmpeg-Builds, release tag autobuild-2026-07-13-14-11 |
| Archive SHA-256 | 6e3fcd3c40e4f66806d5249fe784eaf3a789f1f2d4859662a2b8c05d8fd624fc |
It is configured without --enable-gpl (so libx264, libx265, libxvid and the other GPL-only components are disabled) and with --enable-version3, which makes the applicable licence LGPL v3. The binaries are unmodified.
MediaGrabber executes ffmpeg.exe as a separate process and links no FFmpeg library into itself. The FFmpeg libraries ship as separate DLLs, so you can replace them with your own compatible build by swapping the files in the bin folder — no relinking of MediaGrabber is required.
FFmpeg source
Published as assets on this release, so it stays available regardless of upstream:
ffmpeg-source-998de74adf.tar.gz— the FFmpeg source corresponding to the bundled binariesffmpeg-build-scripts-BtbN-autobuild-2026-07-13-14-11.tar.gz— the build scripts and configuration used to produce them
The exact ./configure line can also be reproduced by running ffmpeg.exe -version. Full details are in legal/FFMPEG_BUILD_INFO.txt inside each package.
Features
- Automatic metadata on paste/drag/clipboard: thumbnail, title, uploader, duration, upload date, size estimate, and available quality.
- Mandatory Save As for every download — you always choose the folder, filename, and extension.
- Queue with configurable concurrency, pause/resume, and per-item cancel / retry / remove.
- Live progress: percentage, speed, ETA, downloaded/total size, and current stage.
- FFmpeg processing: audio extraction/conversion, video+audio merge, thumbnail & metadata embedding, chapter preservation, subtitles (incl. auto-subs), and SponsorBlock.
- Persistent history and an expandable, redacted log that never records cookies or tokens.
- Dark & light themes, remembered window size/position.
- Bundled FFmpeg — detected automatically, never dependent on your PATH.
- MusicMilk support via an extensible site-resolver layer, in addition to everything yt-dlp supports.
Supported formats
- Audio: MP3, WAV, FLAC, M4A, Opus, AAC — selectable bitrate (Best / 320 / 256 / 192 / 128 kbps; disabled for lossless).
- Video: MP4, MKV, WebM.
Installation
Requires Windows 10 or 11 (64-bit). Python is not required — FFmpeg is bundled.
- Installer (recommended): download
MediaGrabber-1.0.1-Setup.exeand run it. Per-user install (no admin rights), Start Menu shortcut, optional desktop shortcut, clean uninstall that preserves your settings/history. - Portable: download
MediaGrabber-1.0.1-portable-win64.zip, unzip anywhere, and runMediaGrabber.exe.
Code signing
These builds are unsigned. Windows SmartScreen may warn you the first time you run the installer, and some antivirus products flag PyInstaller-packaged applications. Because the builds are unsigned, verifying the checksum below is the meaningful integrity check.
Verify your download
SHA-256 (also in SHA256SUMS.txt):
4e684abe07485bd6d0cf98f76a815074da82eeb8b696e24ed590e4356d4071cd MediaGrabber-1.0.1-Setup.exe
f9e517e64943f7a06fb68751a45c37ef87fa9356c803e694ccab7b7124b3f848 MediaGrabber-1.0.1-portable-win64.zip
196e5de88b20b4aa2305c87b4be81ee38b5e684aebebfedfed1150e9754bf548 ffmpeg-source-998de74adf.tar.gz
a19d91e1b5663cabd5b27f1ae1df073b41b54129dda504a3d7832ce54671f8f6 ffmpeg-build-scripts-BtbN-autobuild-2026-07-13-14-11.tar.gz
Get-FileHash .\MediaGrabber-1.0.1-Setup.exe -Algorithm SHA256If the hash does not match, do not run the file.
Licensing
MediaGrabber is MIT-licensed; the licence and copyright notice ship inside both packages as LICENSE.txt. Third-party components are listed in THIRD_PARTY_NOTICES.txt. The full FFmpeg LGPL v3 text ships as legal/FFmpeg-LICENSE-LGPLv3.txt.
Release history
v1.0.1 — Current release
Updates the bundled FFmpeg distribution and adds complete third-party licensing, notices, source information, and updated checksums.
v1.0.0 — Superseded
The original release has been withdrawn and replaced by v1.0.1. Please use the current release.
Known limitations
- Sign-in-required, region-locked, or actively bot-blocked content can't be bypassed; MediaGrabber shows a clear message but cannot circumvent access controls.
- DRM-protected streams are not supported.
- File-size estimates depend on what the source reports and may be approximate or missing.
- The set of supported websites changes over time and is not guaranteed for any given site.
- Windows-first: packaging, the installer, and the bundled FFmpeg target Windows.
- Builds are unsigned (see above).
Notes
- This repository distributes compiled releases only; MediaGrabber's application source code is not published here.
- Verified before release: the app's own test suite passes, and the bundled LGPL FFmpeg was exercised across every audio format offered, video+audio stream-copy merging, MKV remuxing, WebM (VP9+Opus) encoding, subtitle embedding, metadata and cover-art embedding, and paths containing spaces. Both the installer and the portable edition were installed, launched, and uninstalled.