mirror of
https://github.com/0507spc/buzzheavier-downloader
synced 2026-02-16 00:44:22 +00:00
No description
| bhdownload.py | ||
| README.md | ||
BuzzHeavier Downloader
Simple downloader for filehosting service BuzzHeavier, written in Python.
Supports batch downloads from a text file, and all BuzzHeavier mirrors.
Requirements
- Python 3.x
requestsandbeautifulsoup4librariestqdmfor the progress bar
Install dependencies:
pip install requests beautifulsoup4 tqdm
Usage
1. Download by ID or URL
Warning
This tool does not yet support downloading from directories, only files.
python3 bhdownload.py <id_or_url>
Examples:
python3 bhdownload.py https://buzzheavier.com/x7v9k2mqp4zt
python3 bhdownload.py x7v9k2mqp4zt
2. Batch Download from a Text File
Prepare a text file (input.txt) with one ID or full URL per line:
x7v9k2mqp4zt
https://bzzhr.co/x7v9k2mqp4zt
https://buzzheavier.com/x7v9k2mqp4zt
Then run:
python3 bhdownload.py -f input.txt
Debug Info
The script prints the following debug info:
[DEBUG] Title:shows the filename it will use.[DEBUG] Download link:shows the internal redirect used to fetch the actual file.- Download progress bar.
Notes
- All domains are interchangeable — the script handles them automatically.
- Make sure IDs are exactly 12 characters or full URLs from supported domains.
No License
Use this code however the fuck you want. With good intent or not, for profit or not. It's public domain!
Tip
Star this repo if you got baited by the link and opened it... it's fake ;)