php - get and save youtube thumbnail to web server -


so know can retrieve youtube thumbnail going here:

http://img.youtube.com/vi/bovbdxftef8/0.jpg

obviously id changes based on video. want write script can save photo url folder called 'video_thumbnails'. there simple way of doing in php?

quite simple:

file_put_contents ("video_thumbnails/thumb.jpg",file_get_contents("http://img.youtube.com/vi/bovbdxftef8/0.jpg")); 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -