We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我一直在研究完全相同的问题。基本答案是还没有可用的 API,但我已经能够使用 HTTPClient 作为假装浏览器来伪造自制 API。
一些 Firebug 给了我这些网址:
google.com/accounts/ClientLogin
youtube.com/signin?action_handle_signin=true&nomobiletemp=1&hl=en_US&next=%2F&pli=1&auth="+key
youtube.com/insight_proxy_csv?dim=DAY&ord=DAY&from=27122011&to=02012012&where=UN001&whatType=CHANNEL&whatId=userID
您必须尝试一下,看看什么对您有用,但这是可能的以编程方式提取信息
干杯
汤姆。
I have been working on exactly the same issue. The basic answer is there is no API available yet, but I have been able to fudge a homebrew API using HTTPClient as a pretend browser.
A bit of firebugging got me these urls:
google.com/accounts/ClientLogin
youtube.com/signin?action_handle_signin=true&nomobiletemp=1&hl=en_US&next=%2F&pli=1&auth="+key
youtube.com/insight_proxy_csv?dim=DAY&ord=DAY&from=27122011&to=02012012&where=UN001&whatType=CHANNEL&whatId=userID
You'll have to play around and see what works for you but it is possible to extract the information programatically.
Cheers
Tom
YouTube API 2.0 版本中似乎已添加此内容:https://developers.google .com/youtube/2.0/developers_guide_protocol_insight
It looks like this has been added in the 2.0 version of the YouTube API: https://developers.google.com/youtube/2.0/developers_guide_protocol_insight
新的 YouTube Analytics API 是 于 2012 年 6 月 27 日宣布
New YouTube Analytics API was announced on June 27, 2012
YouTube Analytics API 的实验版本现已公开发布:http://developers.google.com/youtube/分析
An experimental release of the YouTube Analytics API is now publicly available: http://developers.google.com/youtube/analytics