YouTube.js icon indicating copy to clipboard operation
YouTube.js copied to clipboard

feat(parser): Add `PlayerCaptchaView.ts` parser class

Open mitsuki31 opened this issue 7 months ago • 3 comments

Just adding the parser class for #978. The issue was also rarely happened to me, where the playabilityStatus.status is UNPLAYABLE.

I'm not saying this will address the issue, but hope this help adding the parser class.

mitsuki31 avatar Aug 15 '25 16:08 mitsuki31

Hi @absidue, I’ve applied the requested changes to the code. Could you please review them when you get a chance? I’ll be happy to make any further adjustments if something is incorrect or missing. Thanks!

mitsuki31 avatar Sep 01 '25 06:09 mitsuki31

@mitsuki31 The requested change was for you to use the Text.fromAttributed() method that returns instances of the Text class, whereas you just passed through the input data and applied a TypeScript type to it. So as it currently stands the requested changed are still missing.

absidue avatar Oct 12 '25 13:10 absidue

@absidue Sorry for the late reply, and also for the earlier changes; I misunderstood your request. I've updated the code now, and this version should be correct. When you get a chance, could you take another look? Thanks!

Once again, I’m sorry about the confusion, and I’ll definitely learn from the mistake.

mitsuki31 avatar Oct 20 '25 09:10 mitsuki31

This PR has been automatically marked as stale because it has not had recent activity. Remove the stale label or comment or this will be closed in 2 days

github-actions[bot] avatar Dec 20 '25 02:12 github-actions[bot]