diff --git a/index.js b/index.js index 14987b6..d945eaa 100644 --- a/index.js +++ b/index.js @@ -42,7 +42,7 @@ urlList const videoLogger = signale.scope(displayName); // Full file path for the audio file - const filePath = join(__dirname, 'audio', `${displayName}.mp4`); + const filePath = join(__dirname, 'audio', `${displayName}.mp3`); // Skip over pre-existing files if (existsSync(filePath)) return videoLogger.warn('File already exists, skipping'); diff --git a/package.json b/package.json index f2a8544..8793a0f 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,5 @@ "start": "node index.js", "lint": "eslint ." }, - "version": "1.0.0" + "version": "1.1.0" }