It uses the file extension link generation to check for valid files:
It then downloads them and sorts them into the folders of their respective file extension.
![[Image: banck5.png]](https://files.catbox.moe/banck5.png)
🔒 Content Locked
You must reply to this thread to unlock the content, or Upgrade your account here for instant access.
USE A VPN/TOR TO RUN THIS SCRIPT. YOU MAY RUN INTO ILLEGAL CONTENT AS CATBOX IS AN ANONYMOUS FILE HOSTING SERVICE. RUN AT YOUR OWN RISK.
How to run:
1. Make sure the folder is named "catbox-scraper"
2. Make sure you have python3 and pip installed.
Windows cmd commands:
Code:
cd catbox-scraper
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python main.py
Code:
cd catbox-scraper
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
Credit to doot for writing the original script, and me for fixing it.