|
|
|
@ -93,7 +93,7 @@ internal class TopTruyen(context: MangaLoaderContext) :
|
|
|
|
id = generateUid(href),
|
|
|
|
id = generateUid(href),
|
|
|
|
url = href,
|
|
|
|
url = href,
|
|
|
|
publicUrl = href.toAbsoluteUrl(div.host ?: domain),
|
|
|
|
publicUrl = href.toAbsoluteUrl(div.host ?: domain),
|
|
|
|
coverUrl = div.selectFirst("div.image-item img")?.src().orEmpty(),
|
|
|
|
coverUrl = div.selectFirst("div.image-item img")?.src(coverSrcAttrs).orEmpty(),
|
|
|
|
title = div.selectFirst("h3 a")?.text().orEmpty(),
|
|
|
|
title = div.selectFirst("h3 a")?.text().orEmpty(),
|
|
|
|
altTitle = null,
|
|
|
|
altTitle = null,
|
|
|
|
rating = RATING_UNKNOWN,
|
|
|
|
rating = RATING_UNKNOWN,
|
|
|
|
|