Skip to content

Commit

Permalink
key and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
thoriqazzikraa committed Jun 9, 2024
1 parent 03956a5 commit d20dc68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions dist/cjs/src/spotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const fetch = require("node-fetch")
const spot = require("@nechlophomeriaa/spotify-finder")
const spotify = new spot({
consumer: {
key: "270eef8d162d4444a63e3a67227396ac",
secret: "4d198cd0de064e158e5e9d9028325fd3"
key: "d76e16244bb14150ababcfa7145bd278",
secret: "13e2931fd8754722a5e8b7d140787eb0"
}
})

Expand All @@ -21,6 +21,8 @@ const options = {

const options2 = {
headers: {
Referer: "https:/spotifydownloaders.com/",
"if-none-match": "r72zw3bevk1du",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
}
}
Expand Down
6 changes: 4 additions & 2 deletions dist/esm/src/spotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import fetch from "node-fetch"
import spot from "@nechlophomeriaa/spotify-finder"
const spotify = new spot({
consumer: {
key: "270eef8d162d4444a63e3a67227396ac",
secret: "4d198cd0de064e158e5e9d9028325fd3"
key: "d76e16244bb14150ababcfa7145bd278",
secret: "13e2931fd8754722a5e8b7d140787eb0"
}
})

Expand All @@ -21,6 +21,8 @@ const options = {

const options2 = {
headers: {
Referer: "https:/spotifydownloaders.com/",
"if-none-match": "r72zw3bevk1du",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36"
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"name": "@nechlophomeriaa/spotifydl",
"description": "Simple Scraper Spotify Track/Album/Playlist Downloader with Metadata",
"version": "1.0.27",
"version": "1.0.29",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/src/index.js",
"type": "module",
Expand Down

0 comments on commit d20dc68

Please sign in to comment.