Remove SaikoMangaRaw (#6202)
This commit is contained in:
parent
297cb4c6e4
commit
49cd082a5e
|
@ -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 |
|
@ -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
|
|
||||||
}
|
|
Loading…
Reference in New Issue