add a message

This commit is contained in:
Sudo Space 2024-06-15 18:33:43 +03:30
parent 8d103c0c48
commit 92040eac27

View file

@ -122,6 +122,7 @@ app
Wrong.audioTagNotFound(); Wrong.audioTagNotFound();
} }
} else { } else {
console.log("Let's go for highest quality...");
const video = await downloadVideo(link, "highest"); const video = await downloadVideo(link, "highest");
const audio = await downloadAudio(link, "highest"); const audio = await downloadAudio(link, "highest");
if (options.mp3) { if (options.mp3) {