UNPKG

@lzwme/m3u8-dl

Version:

Batch download of m3u8 files and convert to mp4

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