Add Xmanhwa (#4312)
This commit is contained in:
parent
401e53d45a
commit
e171d141f0
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Xmanhwa'
|
||||
extClass = '.Xmanhwa'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://www.xmanhwa.me'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.8 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: 43 KiB |
|
@ -0,0 +1,14 @@
|
|||
package eu.kanade.tachiyomi.extension.en.xmanhwa
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class Xmanhwa : Madara(
|
||||
"Xmanhwa",
|
||||
"https://www.xmanhwa.me",
|
||||
"en",
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val filterNonMangaItems = false
|
||||
}
|
Loading…
Reference in New Issue