Add ManhwaDen (#2775)

This commit is contained in:
Vetle Ledaal 2024-05-03 10:34:16 +00:00 committed by GitHub
parent 1205bfa401
commit 059167d9e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'ManhwaDen'
extClass = '.ManhwaDen'
themePkg = 'madara'
baseUrl = 'https://www.manhwaden.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.manhwaden
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ManhwaDen : Madara(
"ManhwaDen",
"https://www.manhwaden.com",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val filterNonMangaItems = false
}