1

我很难从 PHP YouTube 视频提要中检索视频标签。

可以成功检索除视频标签之外的所有视频属性。

请帮助我,新年快乐!

我的部分代码如下:

foreach ($videoFeed as $videoEntry ) {
if ( $count < 50) {
$vidtitle[$count] = $videoEntry->getVideoTitle();  
$vidid[$count] = $videoEntry->getVideoId(); 
$vidcategory[$count] = $videoEntry->getVideoCategory();
$vidtags[$count] = implode(", ", $videoEntry->getVideoTags());
$vidwatchpage[$count] = $videoEntry->getVideoWatchPageUrl();
$vidduration[$count] = $videoEntry->getVideoDuration();
$vidviewcount[$count] = $videoEntry->getVideoViewCount();
4

0 回答 0