Add ManhuaTop (#2817)
This commit is contained in:
parent
38cf9505d2
commit
91ed215f0b
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'ManhuaTop'
|
||||
extClass = '.ManhuaTop'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manhuatop.org'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
|
@ -0,0 +1,18 @@
|
|||
package eu.kanade.tachiyomi.extension.en.manhuatop
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class ManhuaTop : Madara(
|
||||
"ManhuaTop",
|
||||
"https://manhuatop.org",
|
||||
"en",
|
||||
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = false
|
||||
|
||||
override val mangaSubString = "manhua"
|
||||
override val filterNonMangaItems = false
|
||||
}
|
Loading…
Reference in New Issue