2025-05-10 11:11:35 +05:30
# Kemono Downloader v3.1.0
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
A feature-rich GUI application built with PyQt5 to download content from [Kemono.su ](https://kemono.su ) or [Coomer.party ](https://coomer.party ). Offers robust filtering, smart organization, manga-specific handling, and performance tuning. Now with session resuming, better retry logic, and smarter file management.
2025-05-08 20:24:22 +05:30
---
2025-05-10 11:11:35 +05:30
## 🚀 What's New in v3.1.0
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Session Resuming**
* Automatically saves and resumes incomplete downloads.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Retry on Failure**
* Failed files auto-retry up to 3 times.
* Clear logging for each retry attempt.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Improved Manga Mode**
* Better post ordering and handling of missing or untitled posts.
* Optional numeric-only sorting for consistent naming.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **UI Enhancements**
* Settings persist across sessions.
* Improved layout spacing, tooltips, and status indicators.
* **Stability & Speed**
* Faster post fetching with lower memory usage.
* Minor bug fixes (duplicate folders, empty post crashes).
2025-05-08 20:24:22 +05:30
---
## 🧩 Core Features
2025-05-10 11:11:35 +05:30
* **Simple GUI**
Built with PyQt5 for a clean, responsive experience.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Supports Both Post and Creator URLs**
Download a single post or an entire feed with one click.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Smart Folder System**
Organize files using post titles, known character/show names, or a folder per post.
Detects and auto-names folders based on custom keywords.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Known Names Manager**
Add, search, and delete tags for smarter organization.
Saved to `Known.txt` for reuse.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Advanced Filters**
* Skip posts or files with specific keywords (e.g. `WIP` , `sketch` ).
* Filter by media type: images, videos, or GIFs.
* Skip `.zip` and `.rar` archives.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Manga Mode**
Rename and sort manga posts by title and upload order.
Handles one-image-per-post formats cleanly.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Image Compression**
Auto-convert large images (>1.5MB) to WebP (requires Pillow).
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Multithreaded Downloads**
Adjustable worker count with warnings at unsafe levels.
Full threading for creators, single-thread fallback for post mode.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Download Controls**
2025-05-10 12:16:45 +05:30
Cancel files mid-download.
2025-05-10 11:11:35 +05:30
Visual progress tracking with per-post summaries.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Dark Mode**
Clean and modern dark-themed interface.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
---
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
## 🔧 Backend Enhancements
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Retry Logic**
Auto-retries individual failed files before skipping.
Logs all failures with HTTP codes and reasons.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Hash-Based Deduplication**
Prevents redownloading of previously saved files.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Smart Naming**
Cleans and standardizes inconsistent post titles.
Adds page indices for manga.
2025-05-08 20:24:22 +05:30
2025-05-10 11:11:35 +05:30
* **Efficient Logging**
Toggle between basic and advanced views.
Live feedback with color-coded logs.
2025-05-08 20:24:22 +05:30
---
## 📦 Installation
2025-05-10 11:11:35 +05:30
### Requirements
2025-05-08 20:24:22 +05:30
* Python 3.6+
* Pip packages:
```bash
pip install PyQt5 requests Pillow
2025-05-10 23:59:00 +05:30