UNPKG

@rolme/ytscript

Version:

A CLI tool to download YouTube transcripts and generate summaries

8 lines (7 loc) 195 B
interface DownloadOptions { language?: string; output?: string; format?: string; } export declare function download(url: string, options?: DownloadOptions): Promise<void>; export {};