madara fix bestmanhua no page bug (#5633)
This commit is contained in:
parent
9e9e3593eb
commit
6c88971ade
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Madara (multiple sources)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 177
|
||||
extVersionCode = 178
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue