Analysis updated 2026-05-18
Batch download all images from a Pixiv artist's portfolio in one command.
Archive DeviantArt galleries with custom folder structure based on tags and dates.
Download manga chapters from MangaDex with automatic naming and organization.
Scrape Danbooru collections matching specific search criteria into organized folders.
| mikf/gallery-dl | openai/tiktoken | emcie-co/parlant | |
|---|---|---|---|
| Stars | 18,152 | 18,191 | 18,069 |
| Language | Python | Python | Python |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | developer | pm founder |
Figures from each repo's GitHub metadata at analysis time.
gallery-dl is a command-line tool, meaning you use it by typing commands in a terminal, for downloading image galleries and collections from a wide range of image hosting websites. The topics list mentions sites like Pixiv, DeviantArt, Danbooru, Tumblr, Kemono, and MangaDex, among many others listed in its documentation. You give it one or more URLs and it downloads the images from those pages. It offers extensive options for controlling what gets downloaded, how files are named, and where they are saved. A JSON-based configuration file lets you set persistent preferences. Optional dependencies add support for video downloads, proxy servers, browser cookie extraction (useful for sites that require login), and various compression formats. It runs on Python 3.8 or later and can be installed through several package managers, including pip, Homebrew, Chocolatey, Scoop, and snap, or as a standalone executable for Windows and Linux that bundles everything it needs. A Docker image is also available. Note that active development has moved to Codeberg (a code hosting platform), so the GitHub repository may lag slightly behind the latest version.
Command-line tool to download images and galleries from hundreds of websites like Pixiv, DeviantArt, Danbooru, and Tumblr with customizable naming and organization.
Mainly Python. The stack also includes Python, pip, Docker.
Use it freely, but any project you distribute that includes this code must also be GPL-licensed and open source.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.