Skip to content

Fix fetching of individual community posts #5361

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ChunkyProgrammer
Copy link
Contributor

@ChunkyProgrammer ChunkyProgrammer commented Jun 26, 2025

This PR fixes fetching individual community posts.

closes #5349
closes #5373

Tested by verifying that these urls work:

Post where we know channel id already:

{INVIDIOUS INSTANCE}/post/UgkxBR17mS798vtpQ3d5pm9gPWPkf0arjSah?ucid=UCXuqSBlHAE6Xw-yeJA0Tunw

Post where we don't know the channel id

{INVIDIOUS INSTANCE}/post/UgkxBR17mS798vtpQ3d5pm9gPWPkf0arjSah

API Resolve Url: Resolving a post url

{INVIDIOUS INSTANCE}/api/v1/resolveurl?url=https://www.youtube.com/post/UgkxBR17mS798vtpQ3d5pm9gPWPkf0arjSah

API Get Post

{INVIDIOUS INSTANCE}/api/v1/post/UgkxBR17mS798vtpQ3d5pm9gPWPkf0arjSah
{INVIDIOUS INSTANCE}/api/v1/post/UgkxBR17mS798vtpQ3d5pm9gPWPkf0arjSah?ucid=UCXuqSBlHAE6Xw-yeJA0Tunw

API Get Post Comments sorted by top

{INVIDIOUS INSTANCE}/api/v1/post/UgkxBR17mS798vtpQ3d5pm9gPWPkf0arjSah/comments?ucid=UCXuqSBlHAE6Xw-yeJA0Tunw

{INVIDIOUS INSTANCE}/api/v1/post/UgkxBR17mS798vtpQ3d5pm9gPWPkf0arjSah/comments?ucid=UCXuqSBlHAE6Xw-yeJA0Tunw&sort_by=top

API Get Post Comments sorted by newest

{INVIDIOUS INSTANCE}/api/v1/post/UgkxBR17mS798vtpQ3d5pm9gPWPkf0arjSah/comments?ucid=UCXuqSBlHAE6Xw-yeJA0Tunw&sort_by=newest

@ChunkyProgrammer ChunkyProgrammer force-pushed the use-newer-community-tab-params branch from 7b8bc8f to 8033117 Compare June 27, 2025 15:38
@TenebrisD90

This comment was marked as duplicate.

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

Successfully merging this pull request may close these issues.

[Bug] Community Posts not showing [Bug] Trying to view replies in Posts (AKA Community) tab returns code 500
3 participants