fix(luascans): rebuild luacomic.org on heancms (migrated to Next.js + JSON API) - #436
Merged
Conversation
…+ JSON API luacomic.org moved off keyoapp to a heancms-style stack (api.luacomic.org JSON API + a Next.js client-rendered reader). Re-based LuaScans on HeanCms (list via /query, chapters via /chapter/query - both verified live) and added a getPages override that extracts the ordered page-image URLs from the reader's Next.js flight data (/uploads/series/...). Verified against the live site: /query fields match, chapters parse, and a free chapter's 16 ordered page images extract and load (200 image/jpg).
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.
luacomic.org migrated off the keyoapp theme to a heancms-style stack: a JSON API at
api.luacomic.orgplus a Next.js client-rendered reader. The old keyoappjsoupselectors got an empty page.Change: re-base
LuaScansonHeanCms(moved keyoapp/en -> heancms/en) with a customgetPages.HeanCms/queryAPI; verified the response fields match (id,series_slug,title,thumbnail,description,status,rating).HeanCms/chapter/query?series_id=API; verified live (chapter_name,chapter_slug,series.series_slug,created_at)./uploads/series/..., in order.getPagesfetches the reader HTML (parseRaw), unescapes, and regex-extracts them in document order. Verified on a free chapter: 16 ordered images extracted, image loads200 image/jpg.Note: newer chapters are paid (coin-gated) and render no images until purchased/logged-in - the parser lists all chapters; free ones read normally, which matches the site.