Add SaikoMangaRaw (#2940)
This commit is contained in:
parent
a7178fc20e
commit
be5622f93d
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'SaikoMangaRaw'
|
||||||
|
extClass = '.SaikoMangaRaw'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://saikomangaraw.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
|
@ -0,0 +1,12 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.ja.saikomangaraw
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
|
class SaikoMangaRaw : Madara(
|
||||||
|
"SaikoMangaRaw",
|
||||||
|
"https://saikomangaraw.com",
|
||||||
|
"ja",
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||||
|
override val useNewChapterEndpoint = false
|
||||||
|
}
|
Loading…
Reference in New Issue