是否可以将 http://www.youtube.com/v/VIDEO_ID 格式的 YouTube 网址保存在数据库中?

发布于 2024-10-06 19:53:01 字数 409 浏览 0 评论 0原文

我想为我的网站保存一组 YouTube 视频链接。我尝试查看 http://code.google.com/apis/youtube/player_parameters.html 和 ttp://code.google.com/apis/youtube/js_api_reference.html 但没有找到我的问题的答案。

是否可以将 www.youtube.com/v/VIDEO_ID 格式的 YouTube 网址保存在数据库中?

如果没有,请提出一些方法,以便在 YouTube 更新其视频网址时不会破坏视频。

I want to save a set of youtube video links for my website. I tried looking at http://code.google.com/apis/youtube/player_parameters.html and ttp://code.google.com/apis/youtube/js_api_reference.html but did not find an answer to my question.

Is it okay to save the youtube urls of the format www.youtube.com/v/VIDEO_ID in database?

If not, Suggest some ways that would not break the videos at some point when/if YouTube updates its video urls.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

欢你一世 2024-10-13 19:53:01

您应该只存储视频 ID,并且应该构建 URL 本身。这样您就可以根据需要操纵视频 ID。更不用说数据库的开销更少了。

You should store the video id only, and the URL itself should be constructed. This way you can manipulate the video id however you need. Not to mention that it's less overhead in the database.

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