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

Expose whether comment author is also video creator through comments API #5996

Open
TobiGr opened this issue Oct 9, 2023 · 0 comments
Open

Comments

@TobiGr
Copy link

TobiGr commented Oct 9, 2023

Describe the problem to be solved

Currently, the only option to check whether the comment author is also the video creator is to fetch the video details. This is done for example here in the client. In some cases this is not wanted due to additional requests being necessary, e.g. when handling comments separately (as done in NewPipeExtractor).

Describe the solution you would like

Expose whether a comment creator is the video creator with a new field in comment objects or their dedicated author objects for all comments GET requests. This field could be named isVideoAuthor or something similar.

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

No branches or pull requests

2 participants