This commit is contained in:
Vetle Ledaal 2024-05-09 15:12:38 +00:00 committed by Draff
parent 9af69afccd
commit 804208d4f8
7 changed files with 24 additions and 0 deletions

10
src/ja/rawxz/build.gradle Normal file
View File

@ -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

View File

@ -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"
}