-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add local api support for viewing individual community posts + comments #6491
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
Conversation
absidue
left a comment
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 |
absidue
left a comment
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. |
This comment was marked as outdated.
This comment was marked as outdated.
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
|
relies on #7701 |
efb4f5ff-1298-471a-8973-3d47447115dc
left a comment
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.
Im getting some errors
VirtualBoxVM_LkiAvQptn8.mp4
VirtualBoxVM_IFtZ6BTo2V.mp4
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
Going to close and reopen this PR without the locale file changes. Seems like weird white space changes are happening |
Pull request was closed
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