youtube - 如何查找 channel 是否由 YouTube 自动生成(主题)

标签 youtube youtube-api youtube-data-api

我需要检查 YouTube 是否自动生成了一个 channel 。有没有 API 可以检查这个?我该怎么做。

我注意到这些 channel 的标题中有一个后缀(主题)。但是无论如何我可以检查一个 channel 是普通用户 channel 还是由 youtube 自动生成的。例如 - https://www.youtube.com/channel/UCSkJDgBGvNOEXSQl4YNjDtQ/

我希望有人能帮助我。谢谢。

最佳答案

YouTube has auto-generated channels of trending and popular videos that are created by algorithms. On these channels, you'll see a notice in the "About" section that they've been auto-generated by YouTube.

Auto-generated topic channels

“关于”部分中的文本可以通过检查其“片段”部分通过 API 读取。

我对这个问题的临时解决方案是检查 channel 描述中是否有“自动生成”和“YouTube 的视频发现系统”关键字。

如果找到其他更好的解决方案,稍后会更新。

关于youtube - 如何查找 channel 是否由 YouTube 自动生成(主题),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37348412/

相关文章:

youtube - 加载新视频后,Youtube onStateChange不起作用

javascript - 检测嵌入的 Youtube 播放器字幕

python - 无法在Python中使用youtube API v3下载视频字幕

css - 嵌入 YouTube 视频会更改 iframe 外元素的字体外观

javascript - 嵌入式 YouTube 视频在本地服务器上不起作用

swift - 使用 YouTube API 和 Alamofire 插入评论

api - Youtube API v3播放列表项返回的顺序与youtube.com上的顺序不同

php - 如何从YouTube channel 获取3个最新视频?

google-api - 谷歌API : Not a valid origin for the client: url has not been whitelisted for client ID "ID"

javascript - 如何在我的APP中获取youtube视频? (使用 Phonegap 构建)