Add Manga Okusana (#4396)
This commit is contained in:
parent
aece7b3d39
commit
ebdcdea164
10
src/tr/mangaokusana/build.gradle
Normal file
10
src/tr/mangaokusana/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Manga Okusana'
|
||||||
|
extClass = '.MangaOkusana'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://mangaokusana.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/mangaokusana/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/mangaokusana/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
src/tr/mangaokusana/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/mangaokusana/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
src/tr/mangaokusana/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/mangaokusana/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
src/tr/mangaokusana/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/mangaokusana/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
src/tr/mangaokusana/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/mangaokusana/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
@ -0,0 +1,15 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.tr.mangaokusana
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class MangaOkusana : Madara(
|
||||||
|
"Manga Okusana",
|
||||||
|
"https://mangaokusana.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