Girbons / comics-downloader

tool to download comics and manga in pdf/epub/cbr/cbz from a website
MIT License
484 stars 53 forks source link

Language Filter #50

Closed MrTyton closed 4 years ago

MrTyton commented 4 years ago

Can't seem to get the country/language filter working on mangadex.org. No matter what the input, always gives the error 'no chapters found'

ex url: https://mangadex.org/title/35064/i-m-a-villainous-daughter-so-i-m-going-to-keep-the-last-boss

ex countries tried: US, USA, English, En, en/US, en_US, Ru, Russia, Japan

Girbons commented 4 years ago

@MrTyton try to use the country in lowercase eg gb.

turtletowerz commented 4 years ago

Mangadex uses ISO 3166-1 languages codes, a list of them can be found here. Just look in the left-most column and make sure it's lowercase when you put it into the command

Girbons commented 4 years ago

Thanks @turtletowerz, We should add this in the readme

turtletowerz commented 4 years ago

I'd be happy to create a PR for it. It's unfortunate they use this though because it's not as well known and took me forever to find!