feat: Add NovelArchive - #257
Open
PoppingMangoSources wants to merge 1 commit into
Open
Conversation
PoppingMangoSources
force-pushed
the
feature/novelarchive
branch
5 times, most recently
from
July 25, 2026 17:45
c4188c0 to
1805c1d
Compare
PoppingMangoSources
marked this pull request as ready for review
July 25, 2026 17:53
PoppingMangoSources
marked this pull request as draft
July 26, 2026 09:18
Contributor
Author
|
Meant to keep this as a draft so it's changed back to one, but things I’m already aware of and will fix: there are still a few cleanup passes left around simplifying some helper logic, tightening up the overall structure, and removing a bit of unnecessary abstraction. I’ll also do one final conventions pass before marking this ready for review. |
PoppingMangoSources
force-pushed
the
feature/novelarchive
branch
2 times, most recently
from
July 27, 2026 13:07
a06888d to
5f848d0
Compare
- Light novel source for novelarchive.cc, backed by the site's first-party JSON API - Discover sections: Popular, Top Rated, Latest Updates, Editor's Choice, Most Chapters, and a Genres picker - Advanced search with status, live tri-state genre filters (including AI), AND/OR genre matching, and native sort options; also resolves a pasted novel or reader link - Chapters combine the site's native list with its alternate mirror sources - Novel chapters render as XHTML with headings - Settings for hiding adult content and default genre filters - The site advertises 900 requests per 300 seconds (3/s); the extension uses 20 requests per 8 seconds (2.5/s) to stay below that limit Assisted-by: ClaudeCode:claude-opus-4.8 Codex:gpt-5
PoppingMangoSources
force-pushed
the
feature/novelarchive
branch
from
July 27, 2026 13:17
5f848d0 to
9dd73c1
Compare
PoppingMangoSources
marked this pull request as ready for review
July 27, 2026 13:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds NovelArchive, a light novel source with the biggest library since it archives from multiple sources for novels (27k+ titles). Ships discover sections, advanced search (status, tri-state genres, AND/OR matching, sorting), and a chapter list that combines the site’s native chapters with its mirror sources, rendered as XHTML.
Checklist
Making changes
For updates to existing extensions
versionvalue inpbconfig.tsfor each modified extension.For new extensions
npx paperback-cli test --generate EXTENSION_NAME.Testing changes
npm run conformancepasses.npm test -- EXTENSION_NAMEpasses.Committing changes
type(Scope): summary, e.g.fix(EXTENSION_NAME): ...).AI assistance
Pick one:
Assisted-by: AGENT_NAME:MODEL_VERSIONtrailer to each AI-assisted commit.