We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e241b1 commit b590fc3Copy full SHA for b590fc3
browser/websocket/findMetadata.ts
@@ -78,6 +78,7 @@ export const findMetadata = (
78
return;
79
}
80
case "absolute": {
81
+ if (node.content) return;
82
const props = parseYoutube(node.href);
83
if (props && props.pathType !== "list") {
84
image ??= `https://i.ytimg.com/vi/${props.videoId}/mqdefault.jpg`;
0 commit comments