Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Player): Address changes introduced by player id 20dfca59 #712

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

ArmelChesnais
Copy link
Contributor

Fixes the nSig extract for YT player id 20dfca59 Handles:

String.prototype.split.call(a,("",""))

and

Array.prototype.join.call(b,
("",""))};

Note the newline

You can test this fix by hard-coding the player id to 20dfca59 during the test. Attempting to pull from that player id without this fix will fail the nsig extraction.

Fixes the nSig extract for YT player id `20dfca59 `
Handles:

String.prototype.split.call(a,("",""))

and

Array.prototype.join.call(b,
("",""))};

Note the newline
@LuanRT LuanRT changed the title fixes player id 20dfca59 nsig extract fix(Player): Address changes introduced by player id 20dfca59 Jul 31, 2024
@LuanRT LuanRT merged commit 04369be into LuanRT:main Jul 31, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants