mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-24 19:32:41 +01:00
ColaManga: Fix search (#1226)
This commit is contained in:
parent
d265f4bd77
commit
da863e3c3f
@ -126,7 +126,7 @@ abstract class ColaManga(
|
||||
}
|
||||
}
|
||||
|
||||
override fun searchMangaSelector() = "dl.fed-data-info, ${popularMangaSelector()}"
|
||||
override fun searchMangaSelector() = "dl.fed-deta-info, ${popularMangaSelector()}"
|
||||
|
||||
override fun searchMangaFromElement(element: Element): SManga {
|
||||
if (element.tagName() == "li") {
|
||||
|
@ -9,7 +9,7 @@ class ColaMangaGenerator : ThemeSourceGenerator {
|
||||
|
||||
override val themeClass = "ColaManga"
|
||||
|
||||
override val baseVersionCode = 1
|
||||
override val baseVersionCode = 2
|
||||
|
||||
override val sources = listOf(
|
||||
SingleLang("COLAMANGA", "https://www.colamanga.com", "zh", overrideVersionCode = 15, className = "Onemanhua"),
|
||||
|
Loading…
Reference in New Issue
Block a user