|
|
|
@ -519,9 +519,8 @@ internal class HitomiLaParser(context: MangaLoaderContext) : LegacyMangaParser(c
|
|
|
|
url = id.toString(),
|
|
|
|
url = id.toString(),
|
|
|
|
coverUrl =
|
|
|
|
coverUrl =
|
|
|
|
"https:" +
|
|
|
|
"https:" +
|
|
|
|
doc.selectFirstOrThrow("picture > source")
|
|
|
|
doc.selectFirstOrThrow("picture > img")
|
|
|
|
.attr("data-srcset")
|
|
|
|
.attr("data-src"),
|
|
|
|
.substringBefore(" "),
|
|
|
|
|
|
|
|
publicUrl =
|
|
|
|
publicUrl =
|
|
|
|
doc.selectFirstOrThrow("h1 > a")
|
|
|
|
doc.selectFirstOrThrow("h1 > a")
|
|
|
|
.attrAsRelativeUrl("href")
|
|
|
|
.attrAsRelativeUrl("href")
|
|
|
|
|