Free · Open source · No account needed

Download images and videos in one click.

CoomerDL is a desktop app for Windows that takes a link, figures out every file behind it, and downloads them all — in parallel, with retries, and without ever downloading the same file twice.

Windows 10 & 11 · No Python required · The button takes you to the GitHub release page — nothing downloads until you click it there.

The CoomerDL window: a URL field, a folder picker, checkboxes for images, videos and compressed files, a download log, and a progress bar with total size, speed and ETA.
The actual app — no launcher, no browser, no ads.
5supported sites
25+file extensions
2official languages
$0forever, on GitHub

Features

Everything the free version does

No paywalled core. The build on GitHub is the full downloader.

Multithreaded downloads

Several files at once instead of one at a time. Set how many run in parallel so you can saturate your connection — or keep it polite.

Live progress, speed and ETA

A global progress bar with the total downloaded, current speed and estimated time left, plus a live log of every file as it lands.

Automatic retries

Dropped connections and server hiccups are retried on their own. A failed file doesn't stop the queue.

No duplicate downloads

Every finished file is recorded in a local SQLite database. Re-run the same profile later and CoomerDL only grabs what is new.

Automatic folder organisation

Files land in subfolders by type — images, videos, documents, compressed — with naming rules you control.

English & Spanish

Both languages ship in the app and are switchable from Settings. Extra translations can be added by the community.

Cookie support

Import your own cookies for sites that require a session (SimpCity), and export them again from the Settings panel.

Exportable logs

Everything is logged and tagged by domain, so when something breaks you can export the log and report exactly what happened.

Modern Qt interface

Built on PySide6 — a real desktop window with a settings panel, a searchable download history and no browser wrapper.

Supported sites

What CoomerDL can pull from

These sites go up and down constantly. This list mirrors the README of the repository — check GitHub for the current state.

coomerfans.com

Working

Coomer alternative. Full profiles and individual posts.

pawchive.pw

Working

Kemono alternative. Full profiles and individual posts.

erome.com

Working

Single albums and whole profiles.

bunkr

Working

All bunkr domains and mirrors.

simpcity.cr

Needs cookies

Works once you import your session cookies in Settings → Cookies.

coomer.st

Blocked

Currently blocking the downloader.

kemono.cr

Blocked

Currently blocking the downloader.

jpg5.su

Not working

Downloads fail at the moment.

File types

It doesn't only do pictures

Anything in these four groups is picked up and sorted into its own folder.

Videos

  • mp4
  • mkv
  • webm
  • mov
  • avi
  • flv
  • wmv
  • m4v

Images

  • jpg
  • jpeg
  • png
  • gif
  • bmp
  • tiff

Documents

  • pdf
  • doc
  • docx
  • xls
  • xlsx
  • ppt
  • pptx

Compressed

  • zip
  • rar
  • 7z
  • tar
  • gz

How it works

Five steps, and you're done

  1. 1

    Open the app

    Launch CoomerDL. No sign-up, no license key, no account.

  2. 2

    Paste a link

    A profile, an album or a single post from any supported site.

  3. 3

    Pick a folder

    Choose where everything should land. Subfolders are created for you.

  4. 4

    Choose what to grab

    Tick images, videos, compressed files — or all three. There's also "Only this URL" if you don't want it crawling a whole profile.

  5. 5

    Hit Download

    Watch the per-file bars fill up. Close it and come back later; the database remembers what you already have.

Under the hood

What you can tune

Downloads

Simultaneous download limit, retry behaviour, file naming mode and the folder structure that gets created.

Cookies

Import and export session cookies for SimpCity, managed from inside the app.

Database

Your download history grouped by user and post — searchable, exportable and deletable.

Logs

Domain-tagged log files, written to resources/config/logs/ by default.

Language

English and Spanish out of the box; community translations by copying en.json.

Also on the repo

Companion command-line tools — a Coomer CLI and a SimpCity CLI — for scripted use.

Install

Two ways to get it

Run from source

Needs Python 3.10 or newer. Works anywhere Python and Qt do.

git clone https://github.com/Emy69/CoomerDL.git
cd CoomerDL
python -m venv .venv
.venv\Scripts\Activate.ps1
pip install -r requirements.txt
python main.py

Dependencies: PySide6 · requests · beautifulsoup4 · cloudscraper

FAQ

Questions people actually ask

Is it really free?

Yes. The whole downloader lives on GitHub and you can read, build and modify the source. There is a Patreon, but it funds the work — it does not unlock the app.

Does it work on macOS or Linux?

The prebuilt release is Windows only (10 and 11). The source is Python and Qt, so running it elsewhere is possible, but it is not officially supported or tested.

Why did a site stop working?

These sites change their layout or start blocking automated requests without warning. When that happens the fix has to be written into the downloader. The supported-sites list on GitHub is always the current truth.

Windows says the file is unsafe.

The build is not code-signed, so SmartScreen warns about it like it does for most small independent apps. If that bothers you, run it from source instead — the code is public.

Does it re-download everything each time?

No. Every completed file is recorded in a local SQLite database, so a second run on the same profile only fetches what appeared since.

A download failed. What do I send?

Export the log from the app — entries are tagged by domain — and open an issue on GitHub or drop it in the Discord.

Can I add my own language?

Yes. Copy en.json, translate only the values (leave keys and placeholders untouched), register it in languages.json and open a pull request.

Grab it and paste your first link.

Free, open source, and it stays that way.

Download CoomerDL