UNPKG

@lzwme/m3u8-dl

Version:

A free, open-source, and powerful m3u8 video batch downloader with multi-threaded downloading, play-while-downloading, WebUI management, video parsing, and more.

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>;