UNPKG

@rolme/ytscript

Version:

A CLI tool to download YouTube transcripts and generate summaries

7 lines (6 loc) 196 B
/** * Fetches the title of a YouTube video from its URL * @param url The YouTube video URL * @returns The video title */ export declare function getTitleFromUrl(url: string): Promise<string>;