Remove SaikoMangaRaw (#6202)

This commit is contained in:
Vetle Ledaal 2024-11-21 15:08:03 +01:00 committed by Draff
parent 297cb4c6e4
commit 49cd082a5e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 22 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'SaikoMangaRaw'
extClass = '.SaikoMangaRaw'
themePkg = 'madara'
baseUrl = 'https://saikomangaraw.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

View File

@ -1,12 +0,0 @@
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
}