Add MangaRAW (#5121)
This commit is contained in:
parent
6b9659a92c
commit
d1d53c61fe
|
@ -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 |
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue