Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Manga parsers library for Kotlin/JVM and Android

License

NotificationsYou must be signed in to change notification settings

KotatsuApp/kotatsu-parsers

Repository files navigation

This library provides a collection of manga parsers for convenient access manga available on the web. It can be used inJVM and Android applications.

Sources countLicenseTelegramDiscord

Usage

  1. Add it to your root build.gradle at the end of repositories:

    allprojects {    repositories {...    maven { url'https://jitpack.io' }    }}
  2. Add the dependency

    For Java/Kotlin project:

    dependencies {    implementation("com.github.KotatsuApp:kotatsu-parsers:$parsers_version")}

    For Android project:

    dependencies {    implementation("com.github.KotatsuApp:kotatsu-parsers:$parsers_version") {        excludegroup:'org.json',module:'json'    }}

    Versions are available onJitPack

    When used in Androidprojects,core library desugaring withtheNIO specification should be enabled tosupport Java 8+ features.

  3. Usage in code

    val parser= mangaLoaderContext.newParserInstance(MangaParserSource.MANGADEX)

    mangaLoaderContext is an implementation of theMangaLoaderContext class.See examplesofAndroidandNon-Androidimplementation.

    Note that theMangaParserSource.DUMMY parsers cannot be instantiated.

Projects that use the library

Contribution

SeeCONTRIBUTING.md for the guidelines.

DMCA disclaimer

The developers of this application have no affiliation with the content available in the app. It is collected fromsources freely available through any web browser.


[8]ページ先頭

©2009-2025 Movatter.jp