@@ -0,0 +1,3 @@
export function youtubeIdFromSrc(src: string) {
return src.match(/((?:\w|-){11})/)?.[0];
}
The note is not visible to the blocked user.