Why is the video description returned from the YouTube Data API truncated?

According to this:

https://groups.google.com/forum/?fromgroups=#!topic/youtube-api-gdata/aA-w-I0Eduo

I need to make an authenticated request to http://gdata.youtube.com/feeds/api/users/USERNAME/uploads in order to get full descriptions. This works. However, when I add any API parameters in the URL the descriptions reverts back to the truncated form. eg

https://gdata.youtube.com/feeds/api/users/USERNAME/uploads?orderby=published

Any ideas as to what I can do to put these parameters in the request and still get the full descriptions? Is this a bug, or am I doing something incorrectly?


That's explained in this blog post; adding in those parameters changes your request so that it goes against the search index, which has truncated descriptions.

链接地址: http://www.djcxy.com/p/66154.html

上一篇: Youtube gdata API返回有限的结果

下一篇: 为什么从YouTube Data API返回的视频说明被截断?