WIP: Fix loading comment replies - #9555
Draft
CL-Jeremy wants to merge 2 commits into
Draft
Conversation
Signed-off-by: Mike L <cl.jeremy@qq.com>
Signed-off-by: Mike L <cl.jeremy@qq.com>
CL-Jeremy
force-pushed
the
ytjs18-fix-replies
branch
from
August 3, 2026 18:09
77a0633 to
83a4cdd
Compare
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.
Pull Request Type
Related issue
closes #9474.
Description
This PR fixes makes use of the recent feature update of upstream YouTube.js Edge version to quickly fix fetching replies. Since upstream will most probably publish a release (v18?) soon-ish, I'm putting this here as a starter (based on the discussion at LuanRT/YouTube.js#1214, see additional context below). Upstream has nested replies ready so that could be implemented later (design choices have to be made).
Screenshots
Testing
Open any video with comments and try to load them. Replies should also work.
Desktop
Additional context
pnpm-related changes are obviously provisional and will be changed as soon as the next YouTube.js release lands.