diff --git a/commands/utility/addytp.js b/commands/utility/addytp.js
index 74b78e0..6c0a69f 100644
--- a/commands/utility/addytp.js
+++ b/commands/utility/addytp.js
@@ -30,7 +30,7 @@ export default {
 
 		await interaction.deferReply({ ephemeral: true });
 
-		utils.downloadVideo(url, interaction.id, 'mp4')
+		utils.downloadVideo(url, interaction.id, 'bestvideo[height<=?480]+bestaudio/best')
 			.then(async () => {
 				const file = fs.readdirSync(os.tmpdir()).filter(fn => fn.startsWith(interaction.id));
 				const output = `${os.tmpdir()}/${file}`;