feat(video-search): add video search

This commit is contained in:
ItzCrazyKns 2024-04-30 14:31:32 +05:30
parent bb9a2f538d
commit 6e304e7051
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
6 changed files with 336 additions and 7 deletions

View file

@ -13,8 +13,10 @@ interface SearxngSearchResult {
url: string;
img_src?: string;
thumbnail_src?: string;
thumbnail?: string;
content?: string;
author?: string;
iframe_src?: string;
}
export const searchSearxng = async (