Arraiment 8198cab8e2
Madara fixes (#8973)
* 1stKiss: Update domain

* DragonTea: Update chapter endpoint

* ItsYourRightManhua: Update chapter endpoint

* NeatManga: Update chapter endpoint

* TreeManga: Update chapter endpoint
2021-09-06 06:20:02 -04:00

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
}