Add youtu.be embed handler (#945)
This commit is contained in:
parent
0e7f127ece
commit
7152a1c2c1
@ -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);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user