Youtube 频道横幅图片 URL [英] Youtube Channel Banner Image URL

查看:54
本文介绍了Youtube 频道横幅图片 URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,这个项目已经工作了一段时间,现在我需要获取用户频道的频道横幅.我有这个网址(https://i2.ytimg.com/i/zRJMLe36PT0Q2mhlmbU2OQ/1.jpg) 通过频道id获取频道头像的频道头像.(id 是一长串文本和数字)我也在互联网上搜索了很长一段时间,但没有找到网址.如果有人能找到与头像相同的网址,仅用于频道横幅,我将不胜感激!谢谢,加油!(ps,我宁愿不使用php,但如果有使用php的解决方案,我可以使用它)

Hi have been working on this project for quite some time, and It has come to the point at which I need to get the channel banner of a user's channel. I have this url (https://i2.ytimg.com/i/zRJMLe36PT0Q2mhlmbU2OQ/1.jpg) that gets the channel avatar of the channel avatar via the channel id. (the id is the long string of text and numbers) I searched the internet for quite some time also, and was at no luck to finding the url. If anyone can find a url that works the same as the avatar, just for the channel banner, I would be greatly appreciated! Thanks, and cheers! (ps, I would rather not use php, but if there is a solution using php, I can use it)

推荐答案

您可以获得 Youtube 频道的横幅图片.其中 URL 包含单词频道",后跟 24 个字符的字符串,例如:https://www.youtube.com/channel/UCNa8NxMgSm7m4Ii9d4QGk1Q,然后以下代码将检索横幅信息等:

You can get the banner image of a Youtube channel. Where the URL includes the word 'channel' followed by a 24 character string such as: https://www.youtube.com/channel/UCNa8NxMgSm7m4Ii9d4QGk1Q, then the following code will retrieve the banner information and more:

https://www.googleapis.com/youtube/v3/channels?part=brandingSettings&id={CHANNEL_ID}&key={GOOGLE_API_KEY}

https://www.googleapis.com/youtube/v3/channels?part=brandingSettings&id={CHANNEL_ID}&key={GOOGLE_API_KEY}

如果您在浏览器中,请搜索bannerImageUrl"以加快该过程.

Search for 'bannerImageUrl' to speed up the process if you are in a browser.

如果您没有 Google API 密钥,请访问控制台并在凭据菜单下创建一个.您应该删除大括号,不要将频道 ID 或 API 密钥放在它们之间.

If you do not have a Google API key, visit the console and create one under the credentials menu. You should remove the curly brackets and not place the channel id or API key between them.

如果您想获取 URL 中包含用户"一词的 YouTube 频道的横幅图片,例如:https://www.youtube.com/user/cocacola 那么我不太确定.此页面上的解决方案对我不起作用.

If you want to get the banner image of a YouTube channel with the word 'user' in the URL, such as: https://www.youtube.com/user/cocacola then I am not so sure. The solution on this page did not work for me.

我刚刚遇到这个 显示更多信息的结果.

I have just come across this result which shows more information.

这篇关于Youtube 频道横幅图片 URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆