UNPKG

@lzwme/m3u8-dl

Version:

Batch download of m3u8 files and convert to mp4

7 lines (6 loc) 190 B
import type { M3u8DLOptions } from '../types'; export declare function formatOptions(url: string, opts: M3u8DLOptions): { url: string; options: M3u8DLOptions; urlMd5: string; };