Add Garcia Manga (#2770)
This commit is contained in:
parent
9572c9f863
commit
64bd4df45c
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Garcia Manga'
|
||||||
|
extClass = '.GarciaManga'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://garciamanga.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
|
@ -0,0 +1,17 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.tr.garciamanga
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import java.text.SimpleDateFormat
|
||||||
|
import java.util.Locale
|
||||||
|
|
||||||
|
class GarciaManga : Madara(
|
||||||
|
"Garcia Manga",
|
||||||
|
"https://garciamanga.com",
|
||||||
|
"tr",
|
||||||
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("tr")),
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
override val useNewChapterEndpoint = true
|
||||||
|
|
||||||
|
override val filterNonMangaItems = false
|
||||||
|
}
|
Loading…
Reference in New Issue