Use only for files you have permission to download. This project was written entirely with AI based on user instructions.
- Python script for downloading files from Bunkr album/file links.
- Supports single URL and
urls.txtbatch mode (1 link per line). - Code in this repository was generated using AI (OpenAI Codex).
git clone https://github.com/devmonstr/bunkr-download.git
cd bunkr-downloadpip install requestspython bunkr_downloader.py "https://bunkr.cr/a/aaIQGCuR"Create urls.txt:
https://bunkr.cr/a/aaIQGCuR
https://bunkr.cr/a/raCVNfhf
Run:
python bunkr_downloader.py urls.txtIf some files are dead/unavailable:
python bunkr_downloader.py urls.txt --skip-deadFailed downloads are written to:
downloads/failed_links.txt
Output:
- Album URL:
downloads/<album_id>/... - Example:
downloads/aaIQGCuR/your_file.mp4