How to list all uploaded videos (URL) of a YouTube channel with API v3?

后端 未结 1 1658
情书的邮戳
情书的邮戳 2021-01-13 21:41

This article shows how to get all uploaded videos from a particular channel in version 2, but I couldn\'t figure out how to do it with version 3.

Is it possible? Mos

1条回答
  •  时光说笑
    2021-01-13 22:24

    Here, you will find all Data API v3 references.

    It takes few steps;

    1) You list the specific channel that upload is done.

    2) You resolve uploads playlist.

    3) You can iterate inside this playlist through playlist items for each video.

    Here's an Java example. You can find other language examples inside this project as well.

    0 讨论(0)
提交回复
热议问题