-
-
Notifications
You must be signed in to change notification settings - Fork 553
Update iOS client and add random visitor data to requests #865
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
YoutubeExplode/Utils/YoutubeParsingHelper.cs:13
- Ensure that the random visitor data generation logic is covered by unit tests to verify its correctness.
public static string GetRandomVisitorData()
|
Thanks for the PR! I'll make some cosmetic changes and release it. |
|
@Ales315 can you please also link me to the relevant NewPipe code you used as inspiration, so I can credit the authors as well? |
|
Sure, the PR is this one TeamNewPipe/NewPipeExtractor#1262 |
|
Thank you @Ales315!!! |
|
unfortunately worked just a few days |
As mentioned in #794 (comment) NewPipe fixed the issue by adding random visitor data to the InnerTube request. This is a translation from java of their fix.
Closes #794