Comparing version 1.1.9 to 1.2.0
{ | ||
"name": "downlib", | ||
"version": "1.1.9", | ||
"version": "1.2.0", | ||
"description": "A powerful library for downloading videos and files from various platforms.", | ||
@@ -5,0 +5,0 @@ "main": "src/Downlib.js", |
@@ -123,13 +123,4 @@ /** | ||
let executablePath; | ||
if (platform === 'win32') { | ||
executablePath = ytDlpPath; | ||
} else if (platform === 'darwin') { | ||
executablePath = path.join(outputDir, 'yt-dlp_macos'); | ||
} else { | ||
executablePath = path.join(outputDir, 'yt-dlp'); | ||
} | ||
return { | ||
ytDlpPath: executablePath | ||
ytDlpPath: ytDlpPath | ||
}; | ||
@@ -136,0 +127,0 @@ }; |
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
53897
1017