如何从具有播放列表ID和视频索引号的YouTube播放列表中获取视频详细信息

时间:2018-03-02 17:17:35

标签: javascript youtube-api youtube-data-api youtube-javascript-api

我有一个像https://www.youtube.com/embed/?list=PLFgquLnL59akA2PflFpeQG9L01VFg90wS&index=8这样的视频网址,我正在尝试使用youtube API v3使用playlistId和Index获取视频详细信息。但我很困惑如何将Index参数发送到以下请求?

('GET',
'/youtube/v3/playlistItems',
{
    'maxResults': '25',
    'part': 'snippet,contentDetails',
    'playlistId': 'PLBCF2DAC6FFB574DE'
});

0 个答案:

没有答案