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(Innertube): Properly encoded params in getPost() #882

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

absidue
Copy link
Collaborator

@absidue absidue commented Jan 25, 2025

For some post ID and channel ID combinations the encoded protobuf string can contain /, which we need to replace with _ for proper URL safe base64 (this was causing YouTube to return the channel home page instead of the post page). I also corrected the type of some of the number fields to uint32

@LuanRT LuanRT merged commit 7d5c972 into LuanRT:main Feb 13, 2025
4 checks passed
@absidue absidue deleted the get-post-params branch February 13, 2025 20:32
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.

2 participants