Hello folks, I'm making a webpage where people should be able to submit URLs to videos from YouTube, Google, Dailymotion, etc. And I need my server to automatically get the thumbnails from these and save them. If anyone could help me with this I would really appreciate it!
I found out how to get them from YouTube:
http://www.youtube.com/dev_api_ref?m=yo ... et_details
Or just use this URL: http://img.youtube.com/vi/VideoID/2.jpg
Now I need info on how to get them from other pages, Google is a must, and I would be glad if I could get them from Dailymotion too. I will of course try to create PHP scripts for this and I can share them too if anyone is interested.
Getting thumbnails from online videos?
- Joakim Christiansen
- Addict

- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
Getting thumbnails from online videos?
I like logic, hence I dislike humans but love computers.
Re: Getting thumbnails from online videos?
AlsoJoakim Christiansen wrote: Or just use this URL: http://img.youtube.com/vi/VideoID/2.jpg
http://img.youtube.com/vi/VideoID/1.jpg
http://img.youtube.com/vi/VideoID/3.jpg
Should work, showing different thumbs.
- Joakim Christiansen
- Addict

- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
Thanks, hoping I can get something to work now!ricardo wrote:http://www.kubelabs.com/forums/archive/ ... /t-63.html
I like logic, hence I dislike humans but love computers.
- Joakim Christiansen
- Addict

- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
