Force Enables list

Enables list mode to be forced to load images
pull/183/head
devi 3 years ago committed by GitHub
parent 939cdf71ad
commit 6fc6beb067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,7 @@ internal abstract class Madara6Parser(
val doc = webClient.httpPost(url, emptyMap()).parseHtml()
return doc.select("li.wp-manga-chapter").mapChapters(reversed = true) { i, li ->
val a = li.selectFirstOrThrow("a")
val href = a.attrAsRelativeUrl("href")
val href = a.attrAsRelativeUrl("href") + "?style=list"
MangaChapter(
id = generateUid(href),
url = href,

Loading…
Cancel
Save