metafates / mangal

📖 The most advanced (yet simple) cli manga downloader in the entire universe! Lua scrapers, export formats, anilist integration, fancy TUI and more!
MIT License
1.38k stars 52 forks source link

How to select download lang on mangadex #157

Closed delta-whiplash closed 1 year ago

delta-whiplash commented 1 year ago

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

metafates commented 1 year ago

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

delta-whiplash commented 1 year ago

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

metafates commented 1 year ago

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
delta-whiplash commented 1 year ago

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

metafates commented 1 year ago

You can use

mangal config -k formats.use

You'll see the output

Screenshot 2023-02-15 at 00 24 06
delta-whiplash commented 1 year ago

Thank you I will check that