npm install --save @types/youtube-captions-scraper
This package contains type definitions for youtube-captions-scraper (https://github.com/algolia/youtube-captions-scraper).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/youtube-captions-scraper.
export interface Subtitle {
start: number;
dur: number;
text: string;
}
export type SubtitleOutput = Subtitle[];
export function getSubtitles({ videoID, lang }: {
videoID: string;
lang: string;
}): Promise<SubtitleOutput>;
- Last updated: Tue, 29 Oct 2024 19:02:25 GMT
- Dependencies: none
These definitions were written by oof2win2.