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

Some Help with DataFormats #204

Open
cyberpunkbln opened this issue Jan 2, 2025 · 2 comments
Open

Some Help with DataFormats #204

cyberpunkbln opened this issue Jan 2, 2025 · 2 comments

Comments

@cyberpunkbln
Copy link

Hello,

@kclauhk especially, why i test with his fork.

I have the problem that the SignatureLinkParser put some data in an object called _data that is protected and filles with vars that i need. The returned array has at the first position the object _data with ['indexRange'] as an example but this is protected. The next are all normal parseable array values but without indexRange.

How can i get this Array-Value from ['IndexRange'] and must not so many rewrite the code?

btw PlayerApiResponse has all decrypted urls its seems youtube don't cipher the urlno more.

@kclauhk
Copy link

kclauhk commented Jan 2, 2025

after this line:

public ?string $signatureCipher = null;

add:

public ?array $indexRange = null;

@cyberpunkbln
Copy link
Author

@kclauhk Thx, functioned. Cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants