UNPKG

@rolme/ytscript

Version:

A CLI tool to download YouTube transcripts and generate summaries

4 lines (3 loc) 247 B
import type { VideoInfo } from 'ytdl-core'; import type { TranscriptOptions, TranscriptResult } from '../../types/transcript.js'; export declare function getTranscript(videoInfo: VideoInfo, options?: TranscriptOptions): Promise<TranscriptResult>;