@nechlophomeriaa/spotifydl
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -17,3 +17,7 @@ const { isUrl, tags, convertMs } = require("./function"); | ||
const getValue = async () => { | ||
const data = await axios.get("https://spotifymate.com/") | ||
const data = await axios.get("https://spotifymate.com/", { | ||
headers: { | ||
"user-agent": "PostmanRuntime/7.32.2" | ||
} | ||
}) | ||
const $ = cheerio.load(data.data) | ||
@@ -37,2 +41,3 @@ const name = $("#get_video > input[type=hidden]:nth-child(4)").attr("name") | ||
headers: { | ||
"user-agent": "PostmanRuntime/7.32.2", | ||
"cookie": dataValue.cookie | ||
@@ -67,2 +72,3 @@ } | ||
downloadTrack("https://spotify.link/Mc70UUleeDb") | ||
async function downloadTrack(song) { | ||
@@ -69,0 +75,0 @@ let result = {} |
@@ -9,3 +9,3 @@ { | ||
"description": "Spotify Downloader with metadata using Node-ID3", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14648
7
174
0