Add ManhuaTop (#2817)
This commit is contained in:
parent
38cf9505d2
commit
91ed215f0b
src/en/manhuatop
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/manhuatop
|
@ -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 ![]() (image error) Size: 6.3 KiB |
Binary file not shown.
After ![]() (image error) Size: 3.2 KiB |
Binary file not shown.
After ![]() (image error) Size: 10 KiB |
Binary file not shown.
After ![]() (image error) Size: 21 KiB |
Binary file not shown.
After ![]() (image error) 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