Youtube api - 为特定国家/地区提取新闻频道视频?

时间:2016-10-01 09:28:33

标签: php api video youtube

我可以通过

获取新闻频道视频
int foo ()
{
    static foo_counter;

    if(foo_counter)
    {
        // If function has been called again
    }

    return(0);
    foo_counter++;
}

但是,当我添加国家/地区代码https://www.googleapis.com/youtube/v3/search?order=date&part=snippet &channelId=UCYfdidRxbB8Qhf0Nx7ioOYw &maxResults=5&key={APIKEY} 时,它仍会提取全球新闻视频。如何获取特定国家/地区的新闻频道视频

0 个答案:

没有答案