Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
Change file extension to mp3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Aug 4, 2018
1 parent fd37193 commit 7876d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"start": "node index.js",
"lint": "eslint ."
},
"version": "1.0.0"
"version": "1.1.0"
}

0 comments on commit 7876d23

Please sign in to comment.