UNPKG

@lzwme/m3u8-dl

Version:

Batch download of m3u8 files and convert to mp4

7 lines (6 loc) 225 B
import type { CliOptions } from '../types'; export declare function VideoSerachAndDL(keyword: string, options: { url?: string[]; apidir?: string; remoteConfigUrl?: string; }, baseOpts: CliOptions): Promise<void>;