export const YTError: Record<number, string> = {
  2: 'INVALID_PARAMETER',
  5: 'HTML5_PLAYER_ERROR',
  100: 'NOT_FOUND',
  101: 'EMBED_DISALLOWED',