UNPKG

@lzwme/m3u8-dl

Version:

Batch download of m3u8 files and convert to mp4

3 lines (2 loc) 154 B
import type { M3u8DLOptions, M3u8DLResult } from '../types'; export declare function fileDownload(u: string, opts: M3u8DLOptions): Promise<M3u8DLResult>;