JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "youtube-id-from-src.ts"

Full Path: /home/markqprx/iniasli.pro/client/player/utils/youtube-id-from-src.ts
File size: 93 bytes
MIME-type: text/plain
Charset: utf-8

export function youtubeIdFromSrc(src: string) {
  return src.match(/((?:\w|-){11})/)?.[0];
}