diff --git a/play-dl/YouTube/stream.ts b/play-dl/YouTube/stream.ts index 9ac0310..03c21c6 100644 --- a/play-dl/YouTube/stream.ts +++ b/play-dl/YouTube/stream.ts @@ -79,6 +79,9 @@ export async function stream(url : string, options? : StreamOptions): Promise 480p is not found") } + else{ + final.push(info.format[info.format.length - 1]) + } return yt_stream(final[0].url) } \ No newline at end of file