Getting title and description of embedded YouTube video

后端 未结 7 1655
抹茶落季
抹茶落季 2021-02-05 12:36

On a site I\'m developing I embed videos from YouTube and want to get the video title and its description.

How do I get that information?

7条回答
  •  情话喂你
    2021-02-05 13:03

    gdata is no longer available

    you can use the following instead

    https://www.googleapis.com/youtube/v3/videos?part=snippet&id=(Video_ID)&key=(API_Key)

提交回复
热议问题