我有一个像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'
});