-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
soundcloud soundscrape no longer working (401 unauthorized) #261
Comments
@Miserlou is this the end of it? the end of soundscrape for soundcloud? i cannot get my head around it, but it looks like they ve changed a bunch of things and upped their security.. what do you think? fixable? hackable? |
Seriously tho i just wanted to get all my songs on my phone this was my go to for a very long time, i hope this gets fixed soon. |
right, thanks for the input - i ended up using a different tool for soundcloud downloads for now. |
@g-mac which tool did you use? thank you ! |
https://github.com/ytdl-org/youtube-dl
edit: I haven't been getting the permission error. Also, I don't like when it ends up downloading a .wav file. Youtube-dl will convert the wav to mp3 and then apply the metadata + thumbnail for you if you use the following command: See the github page for how --audio-quality works. Note that if what you download is already an mp3, then it won't attempt to convert it and apply the audio-quality setting. So basically, always use the newer command with audio-format and audio-quality, and it will convert a wav for you if that's what you pull, but do nothing different otherwise. |
youtube-dl and incantation posted by @hbak works for me (no permission error). I installed |
Why isn't youtube-dl running into the same error as Soundscrape? |
https://github.com/flyingrub/scdl works for Soundcloud |
how to select audio quality? mp3 320 or 192 or any other? |
Hey, it seems to me like soundscraping soundcloud is no longer working. Following the issue throughout the code its seems that a 401 http error,
unauthorized
is the issue, which is the response received in line 526 [get_hard_track_url()].Does this have something todo with the new security update from soundcloud? https://developers.soundcloud.com/blog/security-updates-api
would be super happy if a fix for this issue was found.
best wishes,
simon
The text was updated successfully, but these errors were encountered: