|
|
|
|
@ -1,15 +1,9 @@
|
|
|
|
|
# Kotatsu parsers
|
|
|
|
|
|
|
|
|
|
This library provides manga sources.
|
|
|
|
|
This library provides a collection of manga parsers for convenient access manga available on the web. It can be used in
|
|
|
|
|
JVM and Android applications.
|
|
|
|
|
|
|
|
|
|
[](https://jitpack.io/#KotatsuApp/kotatsu-parsers)   [](https://t.me/kotatsuapp) [](https://discord.gg/NNJ5RgVBC5)
|
|
|
|
|
|
|
|
|
|
## Projects that use the library
|
|
|
|
|
|
|
|
|
|
- [Kotatsu](https://github.com/KotatsuApp/Kotatsu)
|
|
|
|
|
- [kotatsu-dl](https://github.com/KotatsuApp/kotatsu-dl)
|
|
|
|
|
- [Shirizu (WIP)](https://github.com/ztimms73/shirizu)
|
|
|
|
|
- [OtakuWorld](https://github.com/jakepurple13/OtakuWorld)
|
|
|
|
|
 [](https://jitpack.io/#KotatsuApp/kotatsu-parsers)  [](https://t.me/kotatsuapp) [](https://discord.gg/NNJ5RgVBC5)
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
@ -64,6 +58,13 @@ This library provides manga sources.
|
|
|
|
|
|
|
|
|
|
Note that the `MangaParserSourceLOCAL` and `MangaParserSourceDUMMY` parsers cannot be instantiated.
|
|
|
|
|
|
|
|
|
|
## Projects that use the library
|
|
|
|
|
|
|
|
|
|
- [Kotatsu](https://github.com/KotatsuApp/Kotatsu)
|
|
|
|
|
- [kotatsu-dl](https://github.com/KotatsuApp/kotatsu-dl)
|
|
|
|
|
- [Shirizu (WIP)](https://github.com/ztimms73/shirizu)
|
|
|
|
|
- [OtakuWorld](https://github.com/jakepurple13/OtakuWorld)
|
|
|
|
|
|
|
|
|
|
## Contribution
|
|
|
|
|
|
|
|
|
|
See [CONTRIBUTING.md](./CONTRIBUTING.md) for the guidelines.
|
|
|
|
|
|