YouTube number of favourites(YouTube 收藏夹数量)
问题描述
我正在使用 YouTube API 工作/玩 :).我可以使用 GetFavoriteFeed() 为每个用户获取他们最喜欢的视频,但是有可能获得相反的选项吗?我的意思是从视频中获得多少次被标记为收藏?实际上,当您在视频上单击收藏夹时,如果您查看视频的统计信息(YouTube 网页),收藏夹点中总是有一个 0 :S谢谢!!
I am working/playing :) with the YouTube API. I can get for each user their favourites videos, using GetFavoriteFeed(), but It is possible to get the inverse option? I mean get from a video how many times has been marked as a favourite? In fact, when you click favourite on a video then if you see the statistics of the video (YouTube webpage), in favourites point there is always a 0 :S Thx!!
推荐答案
它应该在给定视频的 yt:statistics
的 favoriteCount
属性中返回,但是是的,我看到的所有视频也只能返回 0.
It's supposed to be returned in the favoriteCount
attribute of yt:statistics
for a given video, but yeah, I'm only getting back 0 for all the videos I look at as well.
这可能是由于 YouTube 停止公开提供该信息,因此它不再显示在网页上或通过 API 显示.如果是这种情况,我会请技术作者获取 API 的 文档 更新以反映这一点.
It might be the the YouTube stopped making that information publicly available, and as a result it's no longer displayed on the webpage or via the API. If that's the case, I'll ask the technical writers to get the documentation for the API updated to reflect that.
这篇关于YouTube 收藏夹数量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:YouTube 收藏夹数量
基础教程推荐
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 如何激活MC67中的红灯 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01