如何(如果)可以通过 YouTube API 检索特定尺寸(大尺寸)的视频?

发布于 2024-12-06 00:32:53 字数 122 浏览 1 评论 0原文

是否可以检索并指定 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独﹏钓一江月 2024-12-13 00:32:53

有多个 API,因此这取决于您使用哪个。但嵌入 API 有一个 javascript 方法来设置质量:

setPlaybackQuality(hd1080);

在此处阅读有关嵌入 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:

setPlaybackQuality(hd1080);

Read more about the embed-API here: http://code.google.com/apis/youtube/youtube_player_demo.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文