Doesn't matter to me if this gets added, but a light suggestion in case you weren't aware of it or whatever. Just close this if it's not something you want to add / you don't think it fits the project.
An official publisher platform for English translations of licensed manga (doujinshi). NSFW focused, free. It's used mostly to advertise their physical offerings. I'm not sure how often it is updated, but they do seem to cycle at least some content in and out. It has a relatively simple API. A lazy Python example can be seen in my recent gists.
Some additional info, which may or may not be useful, not included in the gist:
As far as I could tell, the only endpoints which require authentication are getting chapter manifests and user-specific endpoints (/user, /api/track/read, /api/mangas/favorites, etc)
Session can be saved by sending an additional value (name="remember": "on") with your login request, which gives you a cookie remember_web_somevalue that is apparently valid for over a year.
I believe the full size covers that 403 are an s3 misconfiguration and should be fixed by them eventually. They're embedded elsewhere on the site (e.g. creator pages) and are broken there as well. All covers with disks: "local" seem fine, while those with disks: "s3" 403.
Acknowledgements
[X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
Source name
Dio
Details
Doesn't matter to me if this gets added, but a light suggestion in case you weren't aware of it or whatever. Just close this if it's not something you want to add / you don't think it fits the project.
An official publisher platform for English translations of licensed manga (doujinshi). NSFW focused, free. It's used mostly to advertise their physical offerings. I'm not sure how often it is updated, but they do seem to cycle at least some content in and out. It has a relatively simple API. A lazy Python example can be seen in my recent gists.
Some additional info, which may or may not be useful, not included in the gist:
/user
,/api/track/read
,/api/mangas/favorites
, etc)name="remember": "on"
) with your login request, which gives you a cookieremember_web_somevalue
that is apparently valid for over a year.disks: "local"
seem fine, while those withdisks: "s3"
403.Acknowledgements