
* 1stKiss: Update domain * DragonTea: Update chapter endpoint * ItsYourRightManhua: Update chapter endpoint * NeatManga: Update chapter endpoint * TreeManga: Update chapter endpoint
8 lines
261 B
Kotlin
8 lines
261 B
Kotlin
package eu.kanade.tachiyomi.extension.en.itsyourrightmanhua
|
|
|
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
|
|
class ItsYourRightManhua : Madara("Its Your Right Manhua", "https://itsyourightmanhua.com/", "en") {
|
|
override val useNewChapterEndpoint = true
|
|
}
|