Remove Ghost Fansub (#3900)
This commit is contained in:
parent
c71cb97a49
commit
0eb1915ee0
|
@ -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 |
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue