HentaiHere: Fix manga url (#4121)

Fix manga url
This commit is contained in:
Chopper 2024-07-20 03:32:21 -03:00 committed by Draff
parent e7b098cdfe
commit a5ff37e47a
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'HentaiHere'
extClass = '.HentaiHere'
extVersionCode = 4
extVersionCode = 5
isNsfw = true
}

View File

@ -114,7 +114,7 @@ class HentaiHere : ParsedHttpSource() {
override fun searchMangaSelector() = ".item"
override fun searchMangaFromElement(element: Element): SManga {
val a = element.select(".pos-rlt a")
val a = element.select("a")
val img = element.select(".pos-rlt img")
val mutedText = element.select("div:not(.pos-rtl) > .text-muted").text()
val artistName = mutedText