Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "downlib", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A powerful library for downloading videos and files from various platforms.", | ||
@@ -5,0 +5,0 @@ "main": "src/Downlib.js", |
@@ -20,3 +20,3 @@ /** | ||
try { | ||
const outputDir = path.resolve(__dirname, 'yt-dlp'); | ||
const outputDir = path.resolve(__dirname, 'src', 'yt-dlp'); | ||
const ytDlp = await setupYtDlp(outputDir, { log: true }); | ||
@@ -23,0 +23,0 @@ console.log('yt-dlp downloaded and extracted:', ytDlp); |
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
53739