Add TopManhua.net (#2837)
This commit is contained in:
parent
8c2d6c3e3e
commit
18ff934880
|
@ -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 |
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue