Remove Ghost Fansub (#3900)

This commit is contained in:
Vetle Ledaal 2024-07-07 14:18:50 +02:00 committed by Draff
parent c71cb97a49
commit 0eb1915ee0
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 25 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'Ghost Fansub'
extClass = '.GhostFansub'
themePkg = 'madara'
baseUrl = 'https://ghostfansub.co'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

View File

@ -1,15 +0,0 @@
package eu.kanade.tachiyomi.extension.tr.ghostfansub
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class GhostFansub : Madara(
"Ghost Fansub",
"https://ghostfansub.co",
"tr",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
}