Add MANGARAW+ (#1391)

This commit is contained in:
Tef 2024-02-19 15:19:45 +01:00 committed by Draff
parent c9633f3d0c
commit be291b1822
7 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'MANGARAW+'
extClass = '.MangaRawPlus'
themePkg = 'madara'
baseUrl = 'https://mangarawplus.org'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -0,0 +1,8 @@
package eu.kanade.tachiyomi.extension.ja.mangarawplus
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaRawPlus : Madara("MANGARAW+", "https://mangarawplus.org", "ja") {
override val mangaSubString = "sp"
override val useLoadMoreRequest = LoadMoreStrategy.Always
}