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) 199 B
import type { M3u8DLOptions } from '../types'; export declare function formatOptions(url: string, opts: M3u8DLOptions): Promise<{ url: string; options: M3u8DLOptions; urlMd5: string; }>;