Manhua Plus: Fix No Results Found
& search error (#9248)
* Manhua Plus: Bump versionCode * Manhua Plus: Set `LoadMoreStrategy` to Never
This commit is contained in:
parent
53f87f108e
commit
205bf49af7
@ -3,7 +3,7 @@ ext {
|
|||||||
extClass = '.ManhuaPlus'
|
extClass = '.ManhuaPlus'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://manhuaplus.com'
|
baseUrl = 'https://manhuaplus.com'
|
||||||
overrideVersionCode = 6
|
overrideVersionCode = 7
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,6 +6,6 @@ class ManhuaPlus : Madara("Manhua Plus", "https://manhuaplus.com", "en") {
|
|||||||
|
|
||||||
// The website does not flag the content.
|
// The website does not flag the content.
|
||||||
override val filterNonMangaItems = false
|
override val filterNonMangaItems = false
|
||||||
|
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||||
override val pageListParseSelector = ".read-container img"
|
override val pageListParseSelector = ".read-container img"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user