mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 03:33:24 +01:00
Add Ghost Fansub (#3290)
This commit is contained in:
parent
76719f2d88
commit
9409344a30
10
src/tr/ghostfansub/build.gradle
Normal file
10
src/tr/ghostfansub/build.gradle
Normal file
@ -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"
|
BIN
src/tr/ghostfansub/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/ghostfansub/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/tr/ghostfansub/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/ghostfansub/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
BIN
src/tr/ghostfansub/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/ghostfansub/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
src/tr/ghostfansub/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/ghostfansub/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
src/tr/ghostfansub/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/ghostfansub/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
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
Block a user