-
Notifications
You must be signed in to change notification settings - Fork 895
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
Add local api support for viewing individual community posts + comments #6491
base: development
Are you sure you want to change the base?
Add local api support for viewing individual community posts + comments #6491
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.
Doesn't need to be done just yet as this PR is still a draft, but it would be good to remove the now unused "posts are only supported by invidious" string once this is ready for review.
134a6e6
to
22911ff
Compare
22911ff
to
a85ba81
Compare
Upstream just merged🎉 |
a85ba81
to
3ad4396
Compare
Error: VirtualBoxVM_2gUbmdP7GZ.mp4 |
Pull request was converted to draft
Hmm, weirdly I'm only getting that error on that specific post |
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.
I've submitted a PR upstream to fix the problem LuanRT/YouTube.js#882
The post params were only being encoded to base64 not URL safe base64, so for that post it contained a /
which should have been an _
, which made YouTube return the channel home tab.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
8f33321
to
165f6e0
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
165f6e0
to
e038faa
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…ethods to reflect naming changes made in the youtube.js PR
Co-authored-by: absidue <[email protected]>
e038faa
to
e166ec6
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Add local api support for viewing community posts
Pull Request Type
Related issue
closes #3253
Description
This PR also adds support for viewing community posts + comments to the local API
Testing
See tests here: #5589
Desktop