Add Mahua USS (#2833)

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

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

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  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
}