Add Xmanhwa (#4312)

This commit is contained in:
Vetle Ledaal 2024-07-29 05:03:00 +02:00 committed by Draff
parent 401e53d45a
commit e171d141f0
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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
}