Is there a way to get youtube playlist thumbnail like how you can get a thumbnail of a video, explained here: How to get thumbnail of YouTube video link using YouTube API?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There is no API for this purpose. Here is a workaround I can think of. 1) What youtube playlist thumbnail is? Played around with my account and seems the rule is as below:
2) Then you can use the same way to get video thumbnails. 3) combine the images either on the client side (some CSS) or server side |
|||||
|