Add Manhuarm (#8277)

add Manhuarm
This commit is contained in:
Creepler13 2025-03-31 16:39:48 +02:00 committed by Draff
parent 34bd753d27
commit c124f76d64
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 = 'Manhuarm'
extClass = '.Manhuarm'
themePkg = 'madara'
baseUrl = 'https://manhuarm.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

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