Remove Holymanga (#10398)

This commit is contained in:
Smol Ame 2025-09-05 06:22:08 -08:00 committed by Draff
parent 2185b445f2
commit c1d6d93ba8
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 26 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'HolyManga'
extClass = '.HolyManga'
themePkg = 'fmreader'
baseUrl = 'https://w34.holymanga.net'
overrideVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1,16 +0,0 @@
package eu.kanade.tachiyomi.extension.en.holymanga
import eu.kanade.tachiyomi.multisrc.fmreader.FMReader
import java.text.SimpleDateFormat
import java.util.Locale
class HolyManga : FMReader(
"HolyManga",
"https://w34.holymanga.net",
"en",
SimpleDateFormat("yyyy-MM-dd", Locale.ENGLISH),
) {
override val versionId = 2
override val chapterUrlSelector = ""
}