From 03e033804da1e1e5449701958a3dee460d1b4e71 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 13 Sep 2019 19:07:32 +0200 Subject: [PATCH] fix the options --- commands/utility/download.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/utility/download.js b/commands/utility/download.js index 227e9478..90728c25 100644 --- a/commands/utility/download.js +++ b/commands/utility/download.js @@ -114,8 +114,8 @@ class DownloadCommand extends Command { } const options = { - input: `${fileName}.mp4`, - output: `${fileName}Ready.mp4`, + input: `${os.tmpdir()}/${fileName}.mp4`, + output: `${os.tmpdir()}/${fileName}Ready.mp4`, preset: 'General/Gmail Small 10 Minutes 288p30' };