diff --git a/src/utils/download.ts b/src/utils/download.ts index 6ff93fd..b04fe4d 100644 --- a/src/utils/download.ts +++ b/src/utils/download.ts @@ -3,7 +3,7 @@ import { getVideo } from '@/utils/metadata'; async function downloadVideo(ws: any, id: string): Promise<{ fail: boolean, message: string }> { return new Promise(async (resolve, reject) => { - let quality = '360p' + let quality = '480p' const video = await getVideo(id) if (video.error) { return resolve({