Compare commits
No commits in common. "fb3adbf8f5e581adbe9d1748498ca6923893ef1e" and "fb7d1b6398cedec63155bedc4a092998d1e029a9" have entirely different histories.
fb3adbf8f5
...
fb7d1b6398
3
index.js
3
index.js
|
@ -64,8 +64,7 @@ async function searchOnMyFreeMp3(query){
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
.then(res => res.text())
|
.then(res => res.text())
|
||||||
.then(jsonp => vm.runInNewContext(jsonp, { callback: (payload) => payload.response }))
|
.then(jsonp => vm.runInNewContext(jsonp, { callback: (payload) => payload.response }));
|
||||||
.then(items => _.filter(items, _.isString));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function matchScore(spotifyMetas, vkmusicMetas){
|
function matchScore(spotifyMetas, vkmusicMetas){
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vk-music-dl",
|
"name": "vk-music-dl",
|
||||||
"version": "1.0.2",
|
"version": "1.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vk-music-dl",
|
"name": "vk-music-dl",
|
||||||
"version": "1.0.2",
|
"version": "1.0.1",
|
||||||
"description": "Download playlist from Spotify as mp3 from VKontact",
|
"description": "Download playlist from Spotify as mp3 from VKontact",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user