Remove Holymanga (#10398)
This commit is contained in:
parent
2185b445f2
commit
c1d6d93ba8
@ -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 |
@ -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 = ""
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user