@nechlophomeriaa/spotifydl
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -5,3 +5,2 @@ const { isUrl, tags, convertMs } = require("./function"); | ||
const formData = require("form-data") | ||
const bodyForm = new formData() | ||
const spot = require("spotify-finder"); | ||
@@ -35,2 +34,3 @@ const spotify = new spot({ | ||
const dataValue = await getValue() | ||
const bodyForm = new formData() | ||
bodyForm.append("url", url) | ||
@@ -37,0 +37,0 @@ bodyForm.append(dataValue.name, dataValue.value) |
@@ -9,3 +9,3 @@ { | ||
"description": "Spotify Downloader with metadata using Node-ID3", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"main": "index.js", | ||
@@ -12,0 +12,0 @@ "scripts": { |
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
9908