NuclearPlayer / extract-sptf-playlist

You know what it's for (extracting spotify and youtube playlist via puppeteer without login)
GNU General Public License v3.0
25 stars 2 forks source link

How am I supposed to use this? #5

Open ShawkMusic opened 2 years ago

ShawkMusic commented 2 years ago

I'm here from https://github.com/nukeop/nuclear/issues/978

I cloned this Github repository to my computer and I'm not entirely sure what to do to turn my Spotify playlists into a file I can import to Nuclear. Am I supposed to run a file or something? (I'm on Linux btw)

haidang666 commented 2 years ago

After cloning this, open the exampleSpotify.js file and replace the current URL with your playlist URL, save the change and execute with the command node exampleSpotify.js. FYI, this repo requires node 12+.

ShawkMusic commented 2 years ago

Now I'm getting this error:

~/Documents/git_clones/extract-sptf-playlist/spotify.js:70
            ?.getAttribute('src');
             ^

SyntaxError: Unexpected token '.'
    at wrapSafe (internal/modules/cjs/loader.js:915:16)
    at Module._compile (internal/modules/cjs/loader.js:963:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    at Module.require (internal/modules/cjs/loader.js:887:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (~/Documents/git_clones/extract-sptf-playlist/index.js:1:28)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)

I'm on Node 12.22.8

haidang666 commented 2 years ago

My mistake, can you switch to node 14+

lostybtw commented 2 years ago

9