尝试使用此请求获取1080p中youtube上最近上传的视频的内容详细信息:
https://www.googleapis.com/youtube/v3/videos?id=cA0FiUNr85Y&key={API_KEY}-eOB6jxA4&part=contentDetails
contentDetails
属性设置为:
contentDetails": {
"duration": "PT2M59S",
"dimension": "2d",
"definition": "sd",
"caption": "false",
"licensedContent": true,
"projection": "rectangular"
}
"definition": "sd"
应该是"definition": "hd"
自从最近的视频ID正常运行以来,最近发生了一些变化。