Add youtu.be embed handler (#945)

This commit is contained in:
Chris Chrome
2023-01-17 23:47:23 -07:00
committed by GitHub
parent b58cea7c41
commit 7b384787f8
+3 -1
View File
@@ -420,7 +420,9 @@ export const EmbedHandlers: {
},
};
},
"youtu.be": (url: URL) => {
return EmbedHandlers["www.youtube.com"](url);
},
"youtube.com": (url: URL) => {
return EmbedHandlers["www.youtube.com"](url);
},