Getting thumbnails from online videos?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Getting thumbnails from online videos?

Post by Joakim Christiansen »

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.
I like logic, hence I dislike humans but love computers.
JCV
Enthusiast
Enthusiast
Posts: 580
Joined: Fri Jun 30, 2006 4:30 pm
Location: Philippines

Post by JCV »

Thanks for the youtube api link. I used to manually extract on the webpage about the details. :lol:

[Registered PB User since 2006]
[PureBasic 6.20][SpiderBasic 2.2]
[RP4 x64][Win 11 x64][Ubuntu x64]
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Re: Getting thumbnails from online videos?

Post by ricardo »

Joakim Christiansen wrote: Or just use this URL: http://img.youtube.com/vi/VideoID/2.jpg
Also
http://img.youtube.com/vi/VideoID/1.jpg
http://img.youtube.com/vi/VideoID/3.jpg

Should work, showing different thumbs.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Thanks, hoping I can get something to work now! :)
I like logic, hence I dislike humans but love computers.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Well I got this thingy working.

EDIT:
Link removed, it's better to show it when it's fully finished.
I like logic, hence I dislike humans but love computers.
Post Reply