Skip to content

A Python script to download all the cover images from a mangadex entry. Supports multiple locales.

License

Notifications You must be signed in to change notification settings

gonssalu/mangadex-cover-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mangadex-cover-scraper

A Python script to download all the cover images from a mangadex entry. Supports multiple locales.

Usage

Run this command in the directory you want the covers to be downloaded to:
python3 covers.py <mangadex_id> [locale]

The covers will be downloaded to a folder named after the manga's id. If the locale is not specified, the script will download the covers for all the locales.

The cover file name will follow this pattern:
<mangadex_entry_id>/Volume <volume_number> [<locale>].jpg
The volume number will have leading zeros up until 2 digits.

Example

Download all the english covers for a mangadex entry:
python3 covers.py 9f39246a-8b05-4b19-b822-727e748723dc en

Download all the covers for a mangadex entry:
python3 covers.py 9f39246a-8b05-4b19-b822-727e748723dc

About

A Python script to download all the cover images from a mangadex entry. Supports multiple locales.

Topics

Resources

License

Stars

Watchers

Forks

Languages