madara fix bestmanhua no page bug (#5633)

This commit is contained in:
Riztard Lanthorn 2021-02-05 20:02:42 +07:00 committed by GitHub
parent 9e9e3593eb
commit 6c88971ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -285,9 +285,7 @@ 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"
}
class BestManhua : Madara("BestManhua", "https://bestmanhua.com", "en")
class ManhuaSY : Madara("Manhua SY", "https://www.manhuasy.com", "en")