Add Ghost Fansub (#3290)
This commit is contained in:
parent
1e85171288
commit
6892001319
|
@ -0,0 +1,10 @@
|
||||||
|
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.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
|
@ -0,0 +1,15 @@
|
||||||
|
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