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.
Allows reading free chapters from the site.
Image descrambling logic taken from MangaPlus Tachi extension
Closes #393
Closes #141
Site have different entries for different language for same manga, but this parser groups them together and puts those chapters under different branches.For grouping, I used the english language version as base manga entry. This means there are 5-6 manga which will be filtered out as they are not available in english catalogue. this isn't an issue unless someone reports it :clueless:
Edit: Now a template and each language is it's own parser.