UNPKG

youtube-search-without-api-key

Version:
27 lines (26 loc) 564 B
export declare function search(searchQuery: string, opts?: { duration?: 'under' | 'between' | 'over' | string; }): Promise<{ id: { videoId: any; }; url: string; title: any; description: any; duration_raw: any; snippet: { url: string; duration: any; publishedAt: any; thumbnails: { id: any; url: any; default: any; high: any; height: any; width: any; } | null; title: any; }; views: number; }[]>;