Add SaikoMangaRaw (#2940)

This commit is contained in:
Vetle Ledaal 2024-05-10 15:11:51 +00:00 committed by GitHub
parent 43b4b826bf
commit 91ec92546a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -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
}