Add Manga Tx.to (#2942)

This commit is contained in:
Vetle Ledaal 2024-05-10 15:13:07 +00:00 committed by Draff
parent 154b4c50f5
commit 15aacb0eb9
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Manga Tx.to'
extClass = '.MangaTxTo'
themePkg = 'madara'
baseUrl = 'https://mangatx.to'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.mangatxto
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaTxTo : Madara(
"Manga Tx.to",
"https://mangatx.to",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = false
override val mangaSubString = "manhua"
}