Add Mahua USS ()

This commit is contained in:
Vetle Ledaal 2024-05-04 17:45:22 +00:00 committed by Draff
parent 4fa30fc8cb
commit 496cc82ee4
7 changed files with 24 additions and 0 deletions
src/en/mahuauss
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/mahuauss

View File

@ -0,0 +1,10 @@
ext {
extName = 'Mahua USS'
extClass = '.MahuaUSS'
themePkg = 'madara'
baseUrl = 'https://manhuauss.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 6.9 KiB

Binary file not shown.

After

(image error) Size: 3.4 KiB

Binary file not shown.

After

(image error) Size: 12 KiB

Binary file not shown.

After

(image error) Size: 25 KiB

Binary file not shown.

After

(image error) Size: 43 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.mahuauss
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MahuaUSS : Madara(
"Mahua USS",
"https://manhuauss.com",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val fetchGenres = false // Exist, but don't filter anything
}