Remove MangaTopSite (#4411)

This commit is contained in:
lamaxama 2024-08-04 18:57:32 +08:00 committed by Draff
parent 56aa26d330
commit c02273905e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 0 additions and 25 deletions

View File

@ -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"

View File

@ -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 = ""
}