Giter Site home page Giter Site logo

lhjgege / kotatsu-parsers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kotatsuapp/kotatsu-parsers

0.0 0.0 0.0 3.29 MB

Manga parsers library for Kotlin/JVM and Android

Home Page: https://kotatsu.app

License: GNU General Public License v3.0

Kotlin 99.77% HTML 0.23%

kotatsu-parsers's Introduction

Kotatsu parsers

This library provides manga sources.

Kotlin License Telegram Discord

Projects that use the library

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") {
            exclude group: 'org.json', module: 'json'
        }
    }

    Versions are available on JitPack

    When used in Android projects, core library desugaring with the NIO specification should be enabled to support Java 8+ features.

  3. Usage in code

    val parser = mangaLoaderContext.newParserInstance(MangaParserSourceMANGADEX)

    mangaLoaderContext is an implementation of the MangaLoaderContext class. See examples of Android and Non-Android implementation.

    Note that the MangaParserSourceLOCAL and MangaParserSourceDUMMY parsers cannot be instantiated.

Contribution

See CONTRIBUTING.md for the guidelines.

DMCA disclaimer

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

kotatsu-parsers's People

Contributors

koitharu avatar davvarrr avatar nagayz avatar otakuarab avatar ztimms73 avatar oshekharo avatar deividgabrielpeira avatar awkwardpeak7 avatar vietanh14 avatar dragonx943 avatar cakestwix avatar bapeey avatar dcnick3 avatar observeroftime avatar zaidannn7 avatar ah3ron avatar phantomshift avatar sandeepjak2007 avatar geexuans avatar nghduc97 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.