UNPKG

googlethis-augmented

Version:

A fork of googlethis to get specific data for different needs.

11 lines (10 loc) 193 B
export = Videos; declare class Videos { static parse($: any): { id: string; url: string; title: string; author: string; duration: string; }[]; }