Global Search added

This commit is contained in:
killer069
2021-09-24 15:13:45 +05:30
parent 5befd9a4f4
commit 844a3a4b8c
7 changed files with 111 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ enum SearchType {
Channel = 'EgIQAg%253D%253D'
}
export async function search(
export async function yt_search(
search: string,
options: ParseSearchInterface = {}
): Promise<(Video | Channel | PlayList)[]> {