Remove ManhuaManhwa (#11140)

This commit is contained in:
Smol Ame 2025-10-19 01:17:14 -08:00 committed by Draff
parent 3cb189632d
commit adb0b65b64
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 0 additions and 25 deletions

View File

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

View File

@ -1,15 +0,0 @@
package eu.kanade.tachiyomi.extension.en.manhuamanhwa
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class ManhuaManhwa : Madara(
"ManhuaManhwa",
"https://manhuamanhwa.com",
"en",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {
override val useNewChapterEndpoint = true
override val filterNonMangaItems = false
}