alaouy / YouTube

🔥 Laravel PHP Facade/Wrapper for the Youtube Data API
MIT License
780 stars 205 forks source link

How to add more than 5 playlist using alaouy/youtube #161

Closed Shubhon9 closed 3 years ago

Shubhon9 commented 4 years ago

MustaphaAlaouy I am fetching playlist items for a playlistId using your package function,It is returning 50 videos with next pagetoken. Can you help me with params[] values to fetch result from next page token for any playlist, your above code of pagination is for fetching videos for any channel id, I want to fetch details with playlistId as params.

alaouy commented 3 years ago

@Shubhon9 The same pagination logic applies to the other resources.