Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kissmanga - no suitable extractor #28

Closed
jtara1 opened this issue Jul 26, 2017 · 1 comment
Closed

Kissmanga - no suitable extractor #28

jtara1 opened this issue Jul 26, 2017 · 1 comment
Labels

Comments

@jtara1
Copy link

jtara1 commented Jul 26, 2017

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
Copy link
Owner

mikf commented Jul 26, 2017

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. (4357966)

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.

@mikf mikf closed this as completed Jul 26, 2017
@mikf mikf added the bug label Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants