@nechlophomeriaa/spotifydl
Advanced tools
Comparing version 1.0.5 to 1.0.6
const { isUrl, tags, convertMs } = require("./function"); | ||
const axios = require("axios"); | ||
const cheerio = require("cheerio"); | ||
const fetch = require("node-fetch") | ||
const fetch = require("node-fetch"); | ||
const spot = require("spotify-finder"); | ||
@@ -20,4 +20,4 @@ const spotify = new spot({ | ||
async function getOriginalUrl(url) { | ||
const data = await fetch(url) | ||
return data.url | ||
const data = await fetch(url); | ||
return data.url; | ||
} | ||
@@ -24,0 +24,0 @@ |
@@ -10,3 +10,3 @@ { | ||
"description": "Spotify Downloader with metadata using Node-ID3", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "index.js", | ||
@@ -13,0 +13,0 @@ "scripts": { |
# Usage | ||
```js | ||
const { search, downloadTrack, downloadAlbum, downloads, getOriginalUrl } = require("@nechlophomeriaa/spotifydl")` | ||
const { search, downloadTrack, downloadAlbum, downloads, getOriginalUrl } = require("@nechlophomeriaa/spotifydl") | ||
``` | ||
@@ -5,0 +6,0 @@ ## Search Function |
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
13719
115