Add TopManhua.net (#2837)

This commit is contained in:
Vetle Ledaal 2024-05-05 12:27:39 +00:00 committed by Draff
parent 8c2d6c3e3e
commit 18ff934880
7 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'TopManhua.net'
extClass = '.TopManhuaNet'
themePkg = 'madara'
baseUrl = 'https://topmanhua.net'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.en.topmanhuanet
import eu.kanade.tachiyomi.multisrc.madara.Madara
class TopManhuaNet : Madara(
"TopManhua.net",
"https://topmanhua.net",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
}