Skip to content

devmonstr/bunkr-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Bunkr Downloader (Python)

Use only for files you have permission to download. This project was written entirely with AI based on user instructions.

About

  • Python script for downloading files from Bunkr album/file links.
  • Supports single URL and urls.txt batch mode (1 link per line).
  • Code in this repository was generated using AI (OpenAI Codex).

Clone

git clone https://github.com/devmonstr/bunkr-download.git
cd bunkr-download

Install

pip install requests

Usage

python bunkr_downloader.py "https://bunkr.cr/a/aaIQGCuR"

Batch (1 link per line)

Create urls.txt:

https://bunkr.cr/a/aaIQGCuR
https://bunkr.cr/a/raCVNfhf

Run:

python bunkr_downloader.py urls.txt

If some files are dead/unavailable:

python bunkr_downloader.py urls.txt --skip-dead

Failed downloads are written to:

  • downloads/failed_links.txt

Output:

  • Album URL: downloads/<album_id>/...
  • Example: downloads/aaIQGCuR/your_file.mp4

About

AI-generated Python downloader for Bunkr albums with urls.txt batch support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages