add EroManhwa (#4616)

This commit is contained in:
AwkwardPeak7 2024-08-14 16:17:54 +05:00 committed by Draff
parent 0735c39dad
commit 9fd4ff010d
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 21 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.all.eromanhwa
import eu.kanade.tachiyomi.multisrc.madara.Madara
class Eromanhwa : Madara(
"Eromanhwa",
"https://eromanhwa.org",
"en",
) {
override val useNewChapterEndpoint = true
}