metafates / mangal

📖 The most advanced (yet simple) cli manga downloader in the entire universe! Lua scrapers, export formats, anilist integration, fancy TUI and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to select download lang on mangadex

delta-whiplash opened this issue · comments

Hello I am new on this sofwtare and I want to downloads french release of https://mangadex.org/title/4e7a4a0f-8391-4069-839b-de2352297dab/kakkou-no-iinazuke How can I setup mangal to do this
in CBZ or CBR if possible

commented

Hi!

Mangadex language can be configured via mangadex.language key

E.g.

# French
mangal config set -k mangadex.language -v fr # it's en by default

You can also use all value to include all languages

That's nice thank you
Do you support the download in CBR or cbz format ?

commented

Yeah, CBZ is supported.

You can use it like this

# Use CBZ format only for this session
mangal --format cbz

# Use CBZ by default permanently
mangal config set -k formats.use -v cbz # pdf is the default

Nice thank you where can I found all documentation about this command to learn alone

commented

You can use

mangal config -k formats.use

You'll see the output

Screenshot 2023-02-15 at 00 24 06

Thank you I will check that