UNPKG

vivo-dl

Version:

download videos from vivo.sx

7 lines (6 loc) 168 B
export declare class Video { filename: string; videoUrl: string; vivoUrl: string; constructor(name: string, videoUrl: string, vivoUrl: string); }