youtube api 用于获取获利视频列表
youtube api for getting list of monetized vidoes
我希望能够在 youtube 上搜索任何给定的关键字或频道,并在列表中显示关于视频的基本信息的结果,包括视频标题、观看次数、评论次数、时间视频已发布,哪些视频目前已获利。然后我想做的是创建一个列表,其中包含所有获利视频以及 URL 的..
谁知道怎么做?
我没有看到任何与您的问题相关的文件。我只在 YouTube 上查看过这个 documentation that you can only get a list of videos that match the API request parameters using Videos: list
. You can only get channelId
, title
, description
, tags
, and categoryId
. You may check this thread on how to check monetized and non-monetized videos from my YouTube channel. You may also read this Monetization Guidelines。
我希望能够在 youtube 上搜索任何给定的关键字或频道,并在列表中显示关于视频的基本信息的结果,包括视频标题、观看次数、评论次数、时间视频已发布,哪些视频目前已获利。然后我想做的是创建一个列表,其中包含所有获利视频以及 URL 的..
谁知道怎么做?
我没有看到任何与您的问题相关的文件。我只在 YouTube 上查看过这个 documentation that you can only get a list of videos that match the API request parameters using Videos: list
. You can only get channelId
, title
, description
, tags
, and categoryId
. You may check this thread on how to check monetized and non-monetized videos from my YouTube channel. You may also read this Monetization Guidelines。