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

How to load videos only from particular channels #9

Closed
NektariosFifes opened this issue Jun 4, 2020 · 1 comment
Closed

How to load videos only from particular channels #9

NektariosFifes opened this issue Jun 4, 2020 · 1 comment
Labels
question Further information is requested

Comments

@NektariosFifes
Copy link

Hello i am relatively new to react. After viewing the code i struggle to understand how the videos property is filled in the video grid. Could you please point me to correct direction? How can i make the api call return certain videos only from certain channels. Also can i load private videos on my channel on youtube? Thanks in advance.

@jangbl
Copy link
Owner

jangbl commented Jul 15, 2020

Hi,

the videos are loaded by hitting the /videos endpoint on the Youtube Data API v3.

There is a more in depth description on how to do the following two posts on my blog

You can search for videos on a specific channel by using the /search endpoint of the Youtube Data API v3

I think it should also be possible to load unlisted videos (note that these are not private but they will not show up in the search). As far as private videos are concerned, you'd probably need to be logged in to see embed them.

Best,

Jan

@jangbl jangbl added the question Further information is requested label Jul 15, 2020
@jangbl jangbl closed this as completed Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants