Youtube ?rel=0 标签不再有效

Youtube ?rel=0 tag no longer working

我试图分享一个 Youtube link 并希望这个人只看到那个剪辑而没有任何旁边弹出的无关建议。我知道在 URL 末尾添加 ?rel=0(或 &rel=0)用于实现此目的,但这似乎不再有效。在谷歌搜索了一下后,我发现建议使用 youtu.be 域而不是 youtube.com,但建议仍然显示,或者 URL 给出了错误。我还能如何分享这个 link 并且侧面没有显示 'related' 剪辑?谢谢!

rel=0 用于禁用视频末尾显示的相关视频,而不是删除边栏中的推荐视频。

您可以使用嵌入 URL 单独访问视频 - http://youtube.com/embed/dQw4w9WgXcQ。添加 ?rel=0 以在末尾禁用相关视频。

请注意,如果您登录了 Google 帐户(YouTube、Gmail 等),rel=0 将不再有效。

&rel=0 仅在未登录时有效。但是,您可以通过使用增强隐私模式来解决此问题:

https://www.youtube-nocookie.com/embed/[id]?rel=0

截至 August 23, 2018

  • The behavior for the rel parameter is changing on or after September 25, 2018. The effect of the change is that you will not be able to disable related videos. However, you will have the option of specifying that the related videos shown in the player should be from the same channel as the video that was just played.

To be more specific:

  • Prior to the change, if the parameter's value is set to 0, then the player does not show related videos.
  • After the change, if the rel parameter is set to 0, the player will show related videos that are from the same channel as the video that was just played.