Add RawXZ (#2900)
This commit is contained in:
parent
9af69afccd
commit
804208d4f8
|
@ -0,0 +1,10 @@
|
||||||
|
ext {
|
||||||
|
extName = 'RawXZ'
|
||||||
|
extClass = '.RawXZ'
|
||||||
|
themePkg = 'madara'
|
||||||
|
baseUrl = 'https://rawxz.net'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = true
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
|
@ -0,0 +1,14 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.ja.rawxz
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
|
class RawXZ : Madara(
|
||||||
|
"RawXZ",
|
||||||
|
"https://rawxz.net",
|
||||||
|
"ja",
|
||||||
|
) {
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
|
override val useNewChapterEndpoint = false
|
||||||
|
|
||||||
|
override val mangaSubString = "comic"
|
||||||
|
}
|
Loading…
Reference in New Issue