Thanks for your patience, I realise I probably hadn't explained my self very well, I'll try now :)
I'm looking to use the youtube api to pull in playlists to create lists of thumbnail links on my master page. The thumbnails would then link to a video player page containing the relevant video and content.
I'm relatively new to Grav and haven't delved into the likes of building plugins yet. With my current level of understanding I would approach this by creating a page for each video and then using a collection on the master page to link to them. My aim is to find a way where I don't need to create a new page for every video. I'm looking for a more automated process using a dynamic page to display each video. The thumbnails would link to the video player page and pass an id to pull in the relevant video content.
eg.
videopage.php?videoid=1
videopage.php?videoid=2
videopage.php?videoid=3
Ultimately these urls would need to be made pretty by using the video title for example.
Hope that makes a little more sense.
Thanks!