[Free] Youtube API Extension : Get Everything by API 🥳

Yes it is possibe.

And please also add channel videos fetcher

1 Like

Use this to get channel videos. :grinning:

1 Like

What is page token and where is it in google api console

1 Like

Everything is here… :grinning:
For example :

Page token not nessesary

If you want to open next or previous page than you must use it.

I tried to fetch videos of a playlist

It only gives a 50 items But There is 1275 items in listview with somany repetation how cain fix this

Sometimes the maximum result is 50. So you should set maxResults to 50.

Only 50 results is getting even i set 100 , Thats not my problem !

When i do like this i got 50 as global name . So it means it creates a loop till the max result (50 in my case ) . How can i create list view with this .

Someone please help meee

1 Like

it will help you.

Tried i cant, can you share aia for videos from playlist . Please

2 Likes

OK I will.

NOTE : This block is only for channel video. :neutral_face:

So how can iget videos from playlist ?

i am finding out.

Hi @Rahan_Sarang

it will help you :

"https://www.googleapis.com/youtube/v3/playlistItems?key="+apiKey+"&playlistId="+playlistID+"&part=snippet,contentDetails&maxResults="+maxResults
1 Like

Not possible with the extension ?