Add MangaRAW (#5121)

This commit is contained in:
Chopper 2024-09-20 04:21:58 -03:00 committed by Draff
parent 6b9659a92c
commit d1d53c61fe
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 27 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,17 @@
package eu.kanade.tachiyomi.extension.ja.rawmanga
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaRAW : Madara(
"MangaRAW",
"https://rawmanga.su",
"ja",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val filterNonMangaItems = false
override val mangaSubString = "r"
}