UNPKG

@lzwme/m3u8-dl

Version:

Batch download of m3u8 files and convert to mp4

17 lines (16 loc) 300 B
export interface VideoInfo { url: string; title: string; author?: string; avatar?: string; time?: number; cover?: string; uid?: string; like?: number; /** 来源页面 */ referer?: string; music?: { author: string; avatar: string; }; }