English 中文(简体)
为什么在可能类别清单中遗漏一个类别(如YouTube的APIC数据所示),但仍可被录相?
原标题:Why is a category missing from the list of possible categories (as provided by the YouTube Data API) but is still assignable to a video?

当我打电话到YouTube Data AP以列入视频类别时,我收到一份清单,其中不包括我在人工上载录像或手工制作现场时经常使用的名单。

For example, the API referenced above does not return an entry for "Nonprofits & Activism". But, when I manually try to assign a category to an uploaded video or live stream, "Nonprofits & Activism" is one of the options.

I found out that the id of "Nonprofits & Activism" is 29, via this link: https://gist.github.com/dgp/1b24bf2961521bd75d6c?permalink_comment_id=3891118

此外,当我使用试图将“Nonellis &Activism”这一类“Nonellis & Activism”与我的视频连在一起,它只是罚款。

documentation 建议“使用录像带清单方法检索支持的类别”。

难道这是ug还是我失踪了吗?

问题回答

暂无回答




相关问题
How to parse YouTube returned date to timestamp?

YouTube returns the Updated date and Submitted on date as follows: 2010-08-22T04:46:18.000Z Is there a PHP function, or a date mask that parses this?

Is there a way to get a completly random youtube channel?

I made a Lua script (roblox) project that aims to obtain a completely random YouTube channel, even without subscribers. I also want to get the channel s subscriber count with HttpService:GetAsync(the ...