jacko_162 Posted August 11, 2016 Share Posted August 11, 2016 as above, i am trying to do a small art project but it will mean i need to get a whole load of video thumbnails for certain youtube channels. after searching the internet i come across a lot of PHP related functions but i'm not sure where to go. basically can it be done with PHP/feeds/API etc.. i need to display a PHP web page that just echo's a certain youtubers video thumbnails from say the past 12 months in an OK size (small/medium thumbnail) and then i can manually right click and save each one? any help or even code on the matter would be lovely. or even links to web pages that can do this for me? i'm not even sure it can be done. Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted August 11, 2016 Share Posted August 11, 2016 Are you aware you just need to have the video id and and use it in place of video_id any one of the following urls for the image? http://img.youtube.com/vi/video_id/0.jpghttp://img.youtube.com/vi/video_id/1.jpghttp://img.youtube.com/vi/video_id/2.jpghttp://img.youtube.com/vi/video_id/3.jpg Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.