gpt4 book ai didi

ios - google-api-objectivec-client youtube播放列表供稿没有关键字

转载 作者:行者123 更新时间:2023-12-01 19:17:25 27 4
gpt4 key购买 nike

GData API今天显示的行为与昨天不同。

我在iOS应用中获取了几个播放列表,如下所示:

[[self youTubeService] fetchFeedWithURL:[[playlistLink content] sourceURL]
delegate:self
didFinishSelector:@selector(playlistTicket:finishedWithFeed:error:)];

在我的回调中
- (void)playlistTicket:(GDataServiceTicket *)ticket finishedWithFeed:(GDataFeedYouTubePlaylist *)feed error:(NSError *)error {

if(!error){
_receivedPlaylistFeeds += 1;

NSMutableDictionary* sectionDict = [[NSMutableDictionary alloc] init];
NSMutableArray* sectionEntries = [[NSMutableArray alloc] init];

for(GDataEntryYouTubeVideo* entry in feed.entries){

GDataYouTubeMediaGroup* mediaGroup = [entry mediaGroup];
GDataMediaKeywords* mediaKeywords = [mediaGroup mediaKeywords];
NSArray* keyword = [mediaKeywords keywords];
}
}}

关键字为nil。昨天不是。我依靠那些关键字,不知道可能是什么问题。我在浏览器中检查了[[playlistLink content] sourceURL],它会加载包含关键字的xml。所以我不知道是什么导致了行为的改变。对我来说至关重要。该应用程序已经在AppStore中发布了...

最佳答案

如果用户不是视频的所有者,那么media:keywords将返回空。

http://apiblog.youtube.com/2012/08/video-tags-just-for-uploaders.html

编辑:请参阅下面有关我如何解决它的评论

关于ios - google-api-objectivec-client youtube播放列表供稿没有关键字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12279520/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com