A simple desktop application for downloading media from various supported sites.
Kemono Downloader is a Python-based desktop tool built with PyQt5 that helps you download images, videos, audio, and archives from several platforms. It focuses on making it easier to save and organize content locally with filtering and folder structuring options.
- Multi-threading: Download multiple items simultaneously.
- Session Management: Pause and resume downloads.
- Filtering: Filter downloads by file type (images, videos, etc.), minimum file size, or specific keywords.
- Organization: Automatically save files into folders organized by creator or post.
- Manga Mode: Download and rename images chronologically for easier reading.
- Export Links: Extract direct file URLs into a text file instead of downloading them.
You can paste links from the following platforms to download content:
- Kemono, Coomer, & Pawchive
- Discord (Save attachments or export chat history)
- AllPornComic, Bunkr, Erome, Fap-Nation
- Hentai2Read, nhentai, Pixeldrain, Saint2, Toonily
- File hosts: Dropbox, Gofile, Google Drive, Mega
You will need Python 3.6 or newer installed on your system.
pip install PyQt5 requests packaging cloudscraper bs4 pycryptodomeOptional dependencies (for features like PDF generation and image compression):
pip install gdown pillow fpdf python-docxpython main.pyIf you'd like to help improve the app, feel free to fork the repository and submit a pull request. Bug fixes and quality-of-life improvements are always welcome!
This project is available under the MIT License.
Note: This project includes a pre-compiled version of yt-dlp (public domain) to help with downloading certain videos. See their repository for details.