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

[Syosetu] Extract all web novel chapters listed in multiple pages #1346

Merged
merged 5 commits into from
Dec 1, 2024

Conversation

jacktheripper19
Copy link
Contributor

  • The previous version was only parsing pages from the first main page.
  • Some web novels can have many chapters listed in multiple pages, so they need to be listed on the app as well.
  • I could not find an API for listing all chapters from a single call.
  • This version will go to the last page to get the total number of chapters, then use the pattern of increasing the id number to iterate over all of them.
  • Therefore it is slightly slow for loading two pages. It is still better than loading every page.

…ction

- Parse novel status based on announcement.
- Fix title not showing in the app.
- Extract author name.
- Improve release date extraction.
@nyagami
Copy link
Member

nyagami commented Dec 1, 2024

you should increase plugin version to notify new update to app (1.1.1)

@nyagami nyagami merged commit 9adaac5 into LNReader:master Dec 1, 2024
1 check passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants