UNPKG

vivo-dl

Version:

download videos from vivo.sx

3 lines (2 loc) 141 B
import { Video } from "./models/video"; export declare function vivodl(destinationFolder?: string, vivoUrls?: string[]): Promise<Video[]>;