nukeop / nuclear

Streaming music player that finds free music for you
https://nuclearplayer.com
GNU Affero General Public License v3.0
12.13k stars 1.06k forks source link

Download the most recent ytdl-core and ytsr dynamically as the program starts #812

Open nukeop opened 3 years ago

nukeop commented 3 years ago

Currently, we need to bundle those libraries and as they're updated quite often, the most recent release often can't find music on Youtube. We need to figure out a way for them to be fetched from npm and loaded dynamically so they're always up to date.

Kyle-Mar commented 3 years ago

Couldn't one use exec() to run npm outdated?