Add Atikrost (#2552)
This commit is contained in:
parent
88783a5221
commit
84fd56dcc1
10
src/tr/atikrost/build.gradle
Normal file
10
src/tr/atikrost/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Atikrost'
|
||||||
|
extClass = '.Atikrost'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://www.atikrost.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/atikrost/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/atikrost/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
BIN
src/tr/atikrost/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/atikrost/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
src/tr/atikrost/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/atikrost/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/tr/atikrost/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/atikrost/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
src/tr/atikrost/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/atikrost/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.tr.atikrost
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class Atikrost : Madara(
|
||||||
|
"Atikrost",
|
||||||
|
"https://www.atikrost.com",
|
||||||
|
"tr",
|
||||||
|
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
|
override val useNewChapterEndpoint = false
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user