chore: retire RanobeHub source (#2453) - #2468
Open
RibatTRW wants to merge 1 commit into
Open
Conversation
RibatTRW
marked this pull request as ready for review
August 25, 2026 08:36
Author
|
Merge order note: merge this PR (#2468) BEFORE #2469. #2469 (comment accuracy fix in tests/regression-2453.mjs) is stacked on this branch's head 5984d12. This order keeps #2469 diffing comment-only against master once this PR lands. Both orders executed green during review. Reverse order would surface an add/add conflict on tests/regression-2453.mjs in whichever PR merges second. |
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.
Checklist
What the problem was
The RanobeHub source showed an empty novel list.
Chapters opened from Favorites showed blank text.
What happened
The site ranobehub.org answers HTTP 451 for every route.
The server says the domain is closed and the service is no longer operated.
The successor site ranobe.space answers the same. No retry is scheduled.
What we did
We retired the source. The file is renamed to ranobehub.broken.ts.
The build excludes broken sources. The source is no longer in the catalog.
Why
No parser fix can reach a closed site. The repo precedent is #1977:
a source whose site is down or terminated becomes .broken.ts.
Result
New plugin installs no longer list RanobeHub. Existing installs keep the
cached v1.0.3 plugin; it cannot load chapters because the service is gone.
That is the correct outcome for a closed site.
Checks