We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e241b1 + b590fc3 commit 86b5684Copy full SHA for 86b5684
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