fix comment
This commit is contained in:
parent
691e294546
commit
99263fd14c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export async function getYouTubeMetadata(link: string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Streams the YouTube video/audio using youtube-dl-exec
|
* Streams the YouTube video/audio using yt-dlp
|
||||||
*/
|
*/
|
||||||
export function streamYouTube(link: string, format: string): ReadableStream<Uint8Array> {
|
export function streamYouTube(link: string, format: string): ReadableStream<Uint8Array> {
|
||||||
logger.debug(`Starting to stream: ${link}`);
|
logger.debug(`Starting to stream: ${link}`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue