Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daily update #1154

Merged
merged 2 commits into from
Oct 13, 2024
Merged

Daily update #1154

merged 2 commits into from
Oct 13, 2024

Conversation

dragonx943
Copy link
Collaborator

@dragonx943 dragonx943 commented Oct 12, 2024

  • Updated all vi manga sources
  • Fix filters for Liliana parser, still have chapter count counter and scrape image data bug
  • Add Broken tag for LxManga (need fix: only have 1 manga, always ask for login, cant read)
  • Need fix: LxManga, TopTruyen, DocTruyen3Q and DocTruyen5s (need liliana parser)

else -> null
},
chapters = doc.select("ul > li.chapter").mapChapters { i, element ->
val href = element.selectFirstOrThrow("a").attrAsRelativeUrl("href")
MangaChapter(
id = generateUid(href),
name = element.selectFirst("a")?.text().orEmpty(),
number = i + 1f,
number = doc.select("ul > li.chapter").size - i.toFloat(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move doc.select("ul > li.chapter").size out of the loop

@Koitharu Koitharu merged commit 1406165 into KotatsuApp:master Oct 13, 2024
1 check passed
@dragonx943 dragonx943 deleted the fix branch October 14, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants