New source pull request + Update domain #1030
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Domain: NetTruyenHE (nettruyenhe.com)
New source:
This is my first time i wrote Kotlin script so i dont have too much knowledge about this programming language, i just refer to the "Example of Json API usage" at CONTRIBUTING.md and CuuTruyen.kt from Tachiyomi unofficial source to write it, it took me 5-6 days to write it with the help of A.I. so i know it still has a lot of bugs...
And in the process of writing it, i realized that all the images coming from "image_url" value in that API were encrypted, causing the images to be downloaded incompletely. I tried copying the decoding from Tachiyomi unofficial source with the help of A.I. coding, maybe when compiling there will be no problem but i don't think it can actually work!
However, i still want to contribute this source to kotatsu-parser, because after all, i spent time learning about Kotlin and writing it, hoping that it will soon be fixed and pushed to the library.