UNPKG

@lzwme/m3u8-dl

Version:

Batch download of m3u8 files and convert to mp4

11 lines (10 loc) 406 B
import type { TsItemInfo } from '../types/m3u8.js'; /** * 边下边看 */ export declare function localPlay(m3u8Info: TsItemInfo[]): Promise<{ port: number; origin: string; server: import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>; }>; export declare function toLocalM3u8(m3u8Info: TsItemInfo[], m3u8FilePath?: string, host?: string): string;