Add Manga Tx.to (#2942)
This commit is contained in:
parent
154b4c50f5
commit
15aacb0eb9
|
@ -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 |
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue