This project is a fork of the original BunkrDownloader by Lysagxra. Huge thanks to her for creating and maintaining the powerful core of this application!
This version focuses on providing an user-friendly Graphical User Interface (GUI) for Windows users and includes other features to make downloading as simple as possible.
Screen application BunkrDownloader-portable-GUI.exe in single mode.
Screen of an completed request interface in single mode BunkrDownloader-portable-GUI.exe.
Screen application BunkrDownloader-portable-GUI.exe in load from file mode.
Screen of an completed request interface in load from file mode BunkrDownloader-portable-GUI.exe.
Real-time download progress and logs.
This fork includes all the powerful core features from the original, plus:
- Dual Download Modes: Easily switch between downloading a single URL or batch downloading from a
.txtfile using a simple toggle. - Graphical User Interface (GUI): A simple and intuitive interface for downloading. No command line needed!
- Portable Windows Executable: Download and run the application directly without needing to install Python or any dependencies.
- Easy URL Pasting: A convenient "Paste" button to quickly insert a Bunkr URL from your clipboard.
- File Browser: A "Browse" button to easily select your URL list file when in "From File" mode.
- Automatic Folder Opening: Once your download is complete, the folder containing the files will automatically open.
- Build & Setup Scripts: Comes with
.batscripts to easily set up the environment and build the executable from source.
- Downloads multiple files from an album concurrently.
- Supports batch downloading via a list of URLs.
- Supports selective file downloading based on filename criteria.
- Provides progress indication during downloads.
- Automatically creates a directory structure for organized storage.
- Logs URLs that encounter errors for troubleshooting.
- Go to the Releases page.
- Download the latest
BunkrDownloader-portable-GUI.exefile. - Run the application.
- Choose your download mode:
- For a single link: Leave it on "Single URL", paste your Bunkr URL, and click Download.
- For multiple links: Select "From File", click Browse to select your
.txtfile, and then click Download.
- That's it!
If you want to build the application yourself:
- Clone this repository:
git clone https://github.com/ZeroHackz/BunkrDownloader-Portable.git
- Navigate to the project directory:
cd BunkrDownloader-Portable - Run the setup script. This will create a virtual environment and install the required dependencies.
setup_launcher.bat
- To build the executable, run the build script:
The
build.bat
.exewill be available in thedistfolder.
The original command-line interface is still available and fully functional.
python downloader.py <bunkr_url>All the original flags like --ignore, --include, and batch downloading via URLs.txt are still supported.
For more details, please refer to the Lysagxra README.
The application logs any issues encountered during the download process in a file named session_log.txt. Check this file for any URLs that may have been blocked or had errors.