yt-converter
Advanced tools
Comparing version 1.2.7 to 1.2.8
{ | ||
"name": "yt-converter", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "A youtube video converter for mp3 and mp4 using node-ytdl and ffmpeg", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -81,3 +81,3 @@ const ytdl = require("ytdl-core"); | ||
const pathname = path.resolve(process.cwd(), directoryDownload, `${title}.mp4`) | ||
const pathname = path.resolve(process.cwd(), directoryDownload, `${title}-${format.itag}.mp4`) | ||
if (!fileExist(pathname)) { | ||
@@ -84,0 +84,0 @@ const ffmpegProcess = cp.spawn(ffmpeg, [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16273