Add video_info_from_basic_info function

This commit is contained in:
absidue
2021-10-16 16:32:49 +02:00
parent 7640267046
commit f1be72088f
5 changed files with 45 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ export async function stream(url: string, options: StreamOptions = {}): Promise<
);
}
/**
* Stream command for YouTube using info from video_info function.
* Stream command for YouTube using info from video_info or video_info_from_basic_info function.
* @param info video_info data
* @param options lets you add quality, cookie, proxy support for stream
* @returns Stream class with type and stream for playing.