2012-10-15 50 views

回答

0

你需要看看YouTube Data API。你會發現有關如何訪問API的文檔。您還可以找到client libraries

您也可以自己提出請求。以下是從頻道中檢索最新視頻的示例網址:

https://www.googleapis.com/youtube/v3/search?key={your_key_here}&channelId={channel_id_here}&part=snippet,id&order=date&maxResults=20" 
相關問題