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

Commit

Permalink
Remove period in log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Aug 4, 2018
1 parent 43fe388 commit fd37193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ urlList
// Remove duplicate unique video IDs
videos = videos.filter((elem, pos) => videos.indexOf(elem) === pos);

signale.info(`${videos.length} videos to download.`);
signale.info(`${videos.length} videos to download`);

videos.forEach(async videoID => {
// Get data for determining title of file
Expand Down

0 comments on commit fd37193

Please sign in to comment.