最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Is it possible to get a list of clips from the YouTube API? - Stack Overflow

programmeradmin3浏览0评论

I want to programmatically show my own channels youtube clips on a website. Is it possible to get the list of clips shown at youtube/feed/clips using the Youtube API? I have tried replacing 'playlist' with 'clips' using the method below but it does not work. I'm guessing does not exist.

To replicate my attempt using postman...

  1. get a api key from google console
  2. add permission to access youtube api to the scope
  3. set up a new get request
  4. select oath2 from the authorisation types
  5. use this url ;channelId=[YOUR CHANNEL ID HERE]&maxResults=25&key=[YOUR API KEY HERE]

The above works for playlists but not for clips.

发布评论

评论列表(0)

  1. 暂无评论