Mangakakalot description parsing (#1893)
Mangakakalot description parsing
This commit is contained in:
parent
6ffde87149
commit
45ca32d510
|
@ -126,7 +126,7 @@ abstract class MangaBox (
|
|||
infoElement.select("td:containsOwn(genres) + td a").joinToString { it.text() }
|
||||
}
|
||||
}
|
||||
description = document.select(descriptionSelector)?.first()?.ownText()
|
||||
description = document.select(descriptionSelector)?.first()?.ownText()?.replace("\\<br\\>", "\n")?.replace("\\<.*?\\>", "")?.replace("^$title summary\\:", "")
|
||||
thumbnail_url = document.select(thumbnailSelector).attr("abs:src")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue