UNPKG

@lzwme/m3u8-dl

Version:

Batch download of m3u8 files and convert to mp4

7 lines (6 loc) 284 B
import type { ApiResponse, VideoInfo } from '../../types'; import { BaseParser } from './base-parser'; export declare class WeiboParser extends BaseParser { private static fixUrl; static parse(url: string, headers?: Record<string, string>): Promise<ApiResponse<VideoInfo>>; }