为什么无法嵌入这个特定的 youtube URL?

Why this particular youtube URL can't be embeded?

我正在尝试将此 youtube video 集成到我的网站,但它不起作用。

这有什么问题吗?

<iframe width="560" height="315" src="https://www.youtube.com/embed/oHg5SJYRHA0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

iframe 或视频没有任何问题我检查过它工作正常请显示控制台日志以清除您的问题

<!DOCTYPE html>
<html>
<head>
    <title>Video test</title>
</head>
<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/oHg5SJYRHA0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</body>
</html>