Use YouTube as site name

This commit is contained in:
Hongbo Wu 2023-03-10 18:26:21 +08:00
parent 56ce70dbd4
commit 687771f676

View file

@ -83,7 +83,7 @@ export class YoutubeHandler extends ContentHandler {
<meta property="og:title" content="${escapedTitle}" />
<meta property="og:description" content="" />
<meta property="og:article:author" content="${authorName}" />
<meta property="og:site_name" content="${oembed.provider_name}" />
<meta property="og:site_name" content="YouTube" />
</head>
<body>
<iframe width="${width}" height="${height}" src="${src}" title="${escapedTitle}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>