gpt4 book ai didi

php - 获取总结果Youtube Api PHP

转载 作者:行者123 更新时间:2023-12-03 05:27:06 30 4
gpt4 key购买 nike

嘿,现在我正在解析youtube的api

演示网址:

http://gdata.youtube.com/feeds/api/videos/-/test?orderby=viewCount&start-index=1&max-results=50

我正在使用simplexml_load_file

问题是,我应该怎么做才能检索到
<openSearch:totalResults>9477</openSearch:totalResults>

有任何想法吗?

谢谢

最佳答案

$feedURL = "http://gdata.youtube.com/feeds/api/videos?q=test&orderby=viewCount&start-index=1&max-results=1";
$sxml = simplexml_load_file($feedURL);
$counts = $sxml->children('http://a9.com/-/spec/opensearchrss/1.0/');
$total = $counts->totalResults;

关于php - 获取总结果Youtube Api PHP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5844257/

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