-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 support for community post page/comments #4010
Add support for community post page/comments #4010
Conversation
9c10f68
to
58e08f8
Compare
The example you gave, Title: Backtrace
|
58e08f8
to
d7c5707
Compare
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.
One thing I'm wondering: do a post below a video and one on the channel 's community page have the same structure?
If that's the case, then you'd could tackle #409 too!
8c4450d
to
a17685b
Compare
I think tackling 409 in this PR might overcomplicate this PR but I can look into it after this PR is merged |
e6e7d3d
to
91bffb4
Compare
91bffb4
to
9ec9717
Compare
Co-Authored-By: Samantaz Fox <[email protected]>
add videoId to resolve_url function Co-Authored-By: Samantaz Fox <[email protected]>
9ec9717
to
bb04bcc
Compare
ea8539b
to
8fa43e8
Compare
simplify resolve url remove trailing spaces Co-Authored-By: Samantaz Fox <[email protected]>
8fa43e8
to
4f25069
Compare
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.
Did some style improvements + added the ability to view community post comments without javascript 😄 |
b0e507d
to
cbbb93c
Compare
Improve stylings
cbbb93c
to
f77e437
Compare
Thanks for the PR! |
Related issues:
#3635 (comment)
FreeTubeApp/FreeTube#3253
Example endpoints:
/post/UgkxjepRkIStMdEDVFi-hJV5pqdsSCbfEE56
/post/UgkxjepRkIStMdEDVFi-hJV5pqdsSCbfEE56?ucid=UCX6OQ3DkcsbYNE6H8uQQuVA
API Endpoints:
/api/v1/post/UgkxjepRkIStMdEDVFi-hJV5pqdsSCbfEE56?ucid=UCX6OQ3DkcsbYN
/api/v1/post/UgkxjepRkIStMdEDVFi-hJV5pqdsSCbfEE56/comments?ucid=UCX6OQ3DkcsbYNE6H8uQQuVA
Closes #1614