nukeop / nuclear

Streaming music player that finds free music for you
https://nuclear.js.org/
GNU Affero General Public License v3.0
11.88k stars 1.03k forks source link

the soundcloud plugin is broken #1084

Open phucbaodao opened 2 years ago

phucbaodao commented 2 years ago

**Platform:windows,Linux

**Nuclear version:v0.6.17

Description of the issue: i moved the plugin to soundcloud to search for more songs but when i click play music nothing happens

haidang666 commented 2 years ago

Soundcloud returns 401 on its request, seem the API key not working

nukeop commented 2 years ago

Probably needs to be replaced or even better, use a library that doesn't need an api key

haidang666 commented 2 years ago

Just quick looking, I found this lib has a function to generate key (if I correct) https://github.com/DevSnowflake/soundcloud-scraper/blob/master/src/util/Util.js. Look worth to try.