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'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manhuaplus.com'
|
||||
overrideVersionCode = 6
|
||||
overrideVersionCode = 7
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
@ -6,6 +6,6 @@ class ManhuaPlus : Madara("Manhua Plus", "https://manhuaplus.com", "en") {
|
||||
|
||||
// The website does not flag the content.
|
||||
override val filterNonMangaItems = false
|
||||
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val pageListParseSelector = ".read-container img"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user