Madara add manhuafast (#5108)

This commit is contained in:
Riztard Lanthorn 2020-12-13 04:32:28 +07:00 committed by GitHub
parent e8b4ca5149
commit 6fc4775ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 157
extVersionCode = 158
libVersion = '1.2'
containsNsfw = true
}

View File

@ -130,6 +130,7 @@ class MadaraFactory : SourceFactory {
MangazukiMe(),
MangazukiOnline(),
ManhuaBox(),
ManhuaFast(),
Manhuaga(),
ManhuaPlus(),
ManhuaUS(),
@ -217,6 +218,10 @@ class MadaraFactory : SourceFactory {
)
}
class ManhuaFast : Madara("ManhuaFast", "https://manhuafast.com", "en") {
override val pageListParseSelector = "li.blocks-gallery-item"
}
class BestManhua : Madara("BestManhua", "https://bestmanhua.com", "en") {
override val pageListParseSelector = "li.blocks-gallery-item"
}