如何(如果)可以通过 YouTube API 检索特定尺寸(大尺寸)的视频?
是否可以检索并指定 YouTube 视频的大小? 通常 API 会提供小分辨率 360p 的视频。
但我需要更大的 1080p 作为我选择的武器。 你知道这个尺寸是否可以买到吗?
提前感谢您的帮助!
Is it possible to retrieve and specify size of YouTube video?
Normally API gives me videos in small resolution 360p.
But I need way bigger 1080p would be my weapon of choice.
Do you know if it's possible to get this size?
Thanks for help in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有多个 API,因此这取决于您使用哪个。但嵌入 API 有一个 javascript 方法来设置质量:
在此处阅读有关嵌入 API 的更多信息:http://code.google.com/apis/youtube/youtube_player_demo.html
There are multiple APIs, so it depends on which you are using. But the embed API has a javascript method to set the quality:
Read more about the embed-API here: http://code.google.com/apis/youtube/youtube_player_demo.html