-
Notifications
You must be signed in to change notification settings - Fork 23
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
ComicK scraper not working #12
Comments
Appears to be an issue with the ComicK API itself: https://api.comick.fun/docs/static/index.html. Not sure there is anything that can be done on the scraper side since it relies on the API. |
https://api.comick.io/docs/static/index.html |
Ah, good call. I guess this comment they have on the API docs is incorrect then:
Using https://api.comick.io, the REST API appears to be working. I'll see if I can modify the scraper. |
Ty! |
Well, ran into a roadblock already. I think the API only supports HTTPS requests, not HTTP. However, mangal does not appear to have the lua library for HTTPS/SSL included: https://github.com/metafates/mangal-lua-libs. I'm also not super familiar with lua or REST APIs in general, so this may be better suited for @metafates to resolve. |
Looks like @metafates reviewed and merged it already. For what it's worth, I built the latest version of the |
When trying to use the ComicK scraper I am getting this issue.
Doesn't matter what manga I try and get it to work with, all of them end up with this error.
The text was updated successfully, but these errors were encountered: