Uh oh!
There was an error while loading. Please reload this page.
Feat(add puffinfolio) - #2443
Open
tayyeba130 wants to merge 1 commit into
Open
Conversation
Adds a plugin for Puffin Folio (https://www.puffinfolio.com), an English fan-translation site for Chinese and Japanese web novels. Submitted by the site owner. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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 freeto 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.
Adds a plugin for Puffin Folio — an English fan-translation site for Chinese and Japanese web novels. Four ongoing series at the moment.
I'm the site owner submitting my own site, so there's no scraping-consent question here — happy to keep the plugin in step with any markup changes on my end.
Checks
npm run check:plugin -- plugins/english/puffinFolio.ts:popularNovelssearchNovelsparseNovelparseChaptereslintclean,tsc --noEmitclean,prettierformatted.Verified beyond pass/fail: covers resolve out of the
next/imagewrapper to the real files, status and genres parse, summary comes from the page meta description, chapters return ascending with ISO release times, and chapter HTML is prose only (no nav, footer, or support-link leakage).Notes
multisrcgenerator applies.popularNovelsreturns the full catalogue on page 1 and[]afterwards; it fits on one browse page.searchNovelsfilters the catalogue client-side, as the site has no search endpoint yet.public/static/src/en/puffinfolio/icon.png.🤖 Generated with Claude Code