diff --git a/commands/utility/download.js b/commands/utility/download.js
index 7ef1fd2..df6cc92 100644
--- a/commands/utility/download.js
+++ b/commands/utility/download.js
@@ -30,7 +30,7 @@ class DownloadCommand extends Command {
 		let big = false;
 
 		if (link.includes('http') || link.includes('www')) {
-			let video = youtubedl(link, [`--username=${fbuser}`, `--password=${fbpasswd}`, '-v']);
+			let video = youtubedl(link, [`--username=${fbuser}`, `--password=${fbpasswd}`]);
 			video.pipe(fs.createWriteStream('./video.mp4'));
 			video.on('error', function error(err) {
 				console.log('error 2:', err);