Download photos and videos from leakedzone.com
Project description
# Leakify by Cassidy with some help from gpt
An async-powered CLI to bulk-download photos and videos from [leakedzone.com](https://leakedzone.com). Leakify crawls a model’s public gallery, grabs full-resolution media URLs, and uses `ffmpeg` under the hood for fast, reliable downloads.
---
## 🚀 Key Features
- **Asynchronous & concurrent** downloading with configurable batch size
- **Auto-pagination**: crawls all pages of photos and videos
- **Thumbnail → full-res** URL conversion
- **HLS & detail-page scraping** for videos
- **Real-time terminal status** (via `tabulate` + `colorama`)
- **One-line install** and **one-command** usage
---
## 📦 Installation
1. Ensure you have:
- Python 3.7+
- `ffmpeg` on your `PATH`
2. Install from PyPI:
```bash
pip install leakify
💡 Usage
leakify -u <MODEL_USERNAME> [options]
| Option | Description | Default |
|---|---|---|
-u, --user |
(required) Model’s username | |
-p, --photos |
Photos only | ✗ |
-v, --videos |
Videos only | ✗ |
-b, --batch N |
Max concurrent downloads (1–100) | 10 |
-h, --help |
Show help and exit |
Examples
-
All media (photos + videos):
leakify -u jane_doe
-
Photos only, batch of 5:
leakify -u jane_doe --photos -b 5
-
Videos only, batch of 20:
leakify -u jane_doe --videos -b 20
📂 Output Layout
Downloads land in a folder named after the model:
./jane_doe/
├── photos/
│ ├── 001.jpg
│ ├── 002.jpg
│ └── …
└── videos/
├── a1b2c3d4e5f6.mp4
├── f6e5d4c3b2a1.mp4
└── …
🛠 Development
pip install leakify
Feel free to open issues or PRs on the GitHub repo.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
leakify-2.2.tar.gz
(10.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
leakify-2.2-py3-none-any.whl
(10.6 kB
view details)
File details
Details for the file leakify-2.2.tar.gz.
File metadata
- Download URL: leakify-2.2.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65647fcae455510692b71485a9f2978f8c0c59eeafb4b493ff28b2876114308c
|
|
| MD5 |
cdda4bbde14cb03e9bfff7d41391ad19
|
|
| BLAKE2b-256 |
3f3df2a25db5be451f80129ed429b6302f0e6bff5aec5d18ac5301e8f953990a
|
File details
Details for the file leakify-2.2-py3-none-any.whl.
File metadata
- Download URL: leakify-2.2-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d26415d81ce448265941855e266068c5211bcbcd55bb075d06e4a3f61f105323
|
|
| MD5 |
cc7172afd5f49b43e62e4b11bd603422
|
|
| BLAKE2b-256 |
29ab2d6bb9a77ed8e2ec03f7d63598a6780b6a8c9de7d2d5c41f8d1aa7ac78ec
|