mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.56k stars 949 forks source link

Kissmanga - no suitable extractor #28

Closed jtara1 closed 7 years ago

jtara1 commented 7 years ago

http://kissmanga.com/manga/feng-shen-ji

PS C:\Users\James\Downloads> gallery-dl http://kissmanga.com/manga/feng-shen-ji
[gallery-dl][error] No suitable extractor found for 'http://kissmanga.com/manga/feng-shen-ji'

using gallery-dl-0.9.1 installed via pip

I had another issue with this site. ~Was that commit that fixed it included in one of the latest releases?~ Yea I'm pretty sure it was.

mikf commented 7 years ago

Kissmanga defaults to URLs with a captial M in "Manga" (http://kissmanga.com/Manga/Feng-Shen-Ji), so that is what the URL pattern used. Making it case-insensitive fixed this. (4357966a703e2eddfd7e8b079d08dd95de1c725a)

You might also want to change the directory format for this one and include volume information somewhere. Something like ["{category}", "{manga}", "v{volume} c{chapter:>03}{chapter-minor} - {title}"] should work.