UNPKG

@lzwme/m3u8-dl

Version:

Batch download of m3u8 files and convert to mp4

3 lines (2 loc) 162 B
import type { M3u8DLOptions, TsItemInfo } from '../types/m3u8'; export declare function m3u8Convert(options: M3u8DLOptions, data: TsItemInfo[]): Promise<string>;