Add Yaoi Manga Oku (#2690)
This commit is contained in:
parent
48cb2265c1
commit
b653340c6e
|
@ -0,0 +1,10 @@
|
|||
ext {
|
||||
extName = 'Yaoi Manga Oku'
|
||||
extClass = '.YaoiMangaOku'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://yaoimangaoku.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
|
@ -0,0 +1,15 @@
|
|||
package eu.kanade.tachiyomi.extension.tr.yaoimangaoku
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class YaoiMangaOku : Madara(
|
||||
"Yaoi Manga Oku",
|
||||
"https://yaoimangaoku.com",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = false
|
||||
}
|
Loading…
Reference in New Issue