Remove MangaTopSite (#4411)
This commit is contained in:
parent
56aa26d330
commit
c02273905e
|
@ -1,10 +0,0 @@
|
||||||
ext {
|
|
||||||
extName = 'MangaTop.site'
|
|
||||||
extClass = '.MangaTopSite'
|
|
||||||
themePkg = 'madara'
|
|
||||||
baseUrl = 'https://mangatop.site'
|
|
||||||
overrideVersionCode = 0
|
|
||||||
isNsfw = true
|
|
||||||
}
|
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
|
|
@ -1,15 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.extension.all.mangatopsite
|
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
|
||||||
import java.text.SimpleDateFormat
|
|
||||||
import java.util.Locale
|
|
||||||
|
|
||||||
class MangaTopSite : Madara(
|
|
||||||
"MangaTop.site",
|
|
||||||
"https://mangatop.site",
|
|
||||||
"all",
|
|
||||||
dateFormat = SimpleDateFormat("d MMM yyyy", Locale.ENGLISH),
|
|
||||||
) {
|
|
||||||
override val useNewChapterEndpoint = false
|
|
||||||
override val chapterUrlSuffix = ""
|
|
||||||
}
|
|
Loading…
Reference in New Issue