Add Yaoi TR (#2691)
This commit is contained in:
parent
b653340c6e
commit
2ffb3930d2
10
src/tr/yaoitr/build.gradle
Normal file
10
src/tr/yaoitr/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Yaoi TR'
|
||||||
|
extClass = '.YaoiTR'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://yaoitr.fun'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/yaoitr/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/yaoitr/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
BIN
src/tr/yaoitr/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/yaoitr/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
src/tr/yaoitr/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/yaoitr/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
src/tr/yaoitr/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/yaoitr/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
src/tr/yaoitr/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/yaoitr/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.tr.yaoitr
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class YaoiTR : Madara(
|
||||||
|
"Yaoi TR",
|
||||||
|
"https://yaoitr.fun",
|
||||||
|
"tr",
|
||||||
|
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
override val useNewChapterEndpoint = false
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user