How do I get a YouTube video thumbnail from the YouTube API?

后端 未结 30 2738
Happy的楠姐
Happy的楠姐 2020-11-21 07:06

If I have a YouTube video URL, is there any way to use PHP and cURL to get the associated thumbnail from the YouTube API?

30条回答
  •  忘了有多久
    2020-11-21 07:32

    Use img.youtube.com/vi/YouTubeID/ImageFormat.jpg

    Here image formats are different like default, hqdefault, maxresdefault.

提交回复
热议问题