
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
# Leakify
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
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 |
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
Downloads land in a folder named after the model:
./jane_doe/
βββ photos/
β βββ 001.jpg
β βββ 002.jpg
β βββ β¦
βββ videos/
βββ a1b2c3d4e5f6.mp4
βββ f6e5d4c3b2a1.mp4
βββ β¦
git clone https://github.com/andrilchakraborty/leakify.git
cd leakify
pip install -e .[test]
pytest
flake8 leakify
Feel free to open issues or PRs on the GitHub repo.
FAQs
Download photos and videos from leakedzone.com
We found that leakify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.