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.

3 lines (2 loc) 152 B
import type { M3u8DLOptions } from './types/m3u8'; export declare function m3u8BatchDownload(urls: string[], options: M3u8DLOptions): Promise<boolean>;