TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
29.53k stars 2.95k forks source link

Import likes from Soundcloud account #3783

Open maxkraft7 opened 4 years ago

maxkraft7 commented 4 years ago

Import likes from Soundcloud account

When I like some song on my pc it would be cool if that song shows up in my newpipe-app aswell.

How will you/everyone benefit from this feature?

You don't have to maintain seperate playlists

Stypox commented 4 years ago

Does SoundCloud provide a way to export likes? If so then this is doable, otherwise it is not.

wb9688 commented 4 years ago

@Stypox: See e.g. https://soundcloud.com/wb9688/likes. Don't judge what I listened 4 years ago lol

maxkraft7 commented 4 years ago

Does SoundCloud provide a way to export likes? If so then this is doable, otherwise it is not.

The likes are publicly available by default so you just have to scrape them from soundcloud.com/yourname/likes. With plain javascript you could get all the div-Tags with document.querySelectorAll('.sound__content')

tandanya commented 3 years ago

bump

EthoIRL commented 1 year ago

bump

itsokk commented 2 months ago

this would be really useful, why is this open for 4 years now?

opusforlife2 commented 2 months ago

@itsokk PRs welcome.