UNPKG

youtube-likes-downloader

Version:
6 lines (4 loc) 171 B
import type { VideoInfo } from '../types'; export function formatTitle({ id, title, channel }: Omit<VideoInfo, 'ext'>): string { return `${title} [${channel}].${id}`; }