Add Mahua USS (#2833)
This commit is contained in:
parent
4fa30fc8cb
commit
496cc82ee4
|
@ -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 |
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue