Compare commits
2 Commits
fb7d1b6398
...
fb3adbf8f5
Author | SHA1 | Date | |
---|---|---|---|
|
fb3adbf8f5 | ||
|
b726646ea8 |
3
index.js
3
index.js
|
@ -64,7 +64,8 @@ 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.1",
|
"version": "1.0.2",
|
||||||
"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.1",
|
"version": "1.0.2",
|
||||||
"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