Add ManhwaDen (#2775)
This commit is contained in:
parent
50ef399d3a
commit
b50abc61c6
|
@ -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 |
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue