3jackdaws / soundcloud-lib

Soundcloud API wrapper for tracks & playlists that doesn't require API credentials. Asyncio support.
MIT License
94 stars 24 forks source link

add support for likes url #43

Open realies opened 6 months ago

realies commented 6 months ago

potentially fixes #25

DJoepie commented 6 months ago

I haven't ran the code, but it looks fine to me. I like the pagination to get all the likes.

realies commented 6 months ago

unfortunately it does not work, haven't fully figured it out yet

DJoepie commented 6 months ago

What specifically doesn't work? I have a working version to download likes somewhere, but it's written years ago so it's kind of ugly, but maybe we can combine them to make it work.

realies commented 6 months ago

the user class does not exist and I'm not even sure it's needed, feel free to share your implementation, even though my python is a little rusty

DJoepie commented 6 months ago

This is my most recent version (I think) I haven't tracked my changes that well over the years (I rarely made changes)

https://github.com/DJoepie/sc_dl