n10v / nehm

(DEPRECATED) ☁️ CLI for downloading tracks from SoundCloud
MIT License
86 stars 7 forks source link

Downloads stopped working? #20

Open trvswgnr opened 6 years ago

n10v commented 6 years ago

Yes, suddenly the rate limit is over: https://api.soundcloud.com/tracks/256347798/stream?client_id=11a37feb6ccc034d5975f3f803928a32

n10v commented 6 years ago

Soundcloud provides only 15k downloads in 24-hour window: https://developers.soundcloud.com/docs/api/rate-limits#play-requests, so I can't handle that and expand rate limits. The only thing I can do is to add the appropriate error message.

n10v commented 6 years ago

Ideal solution: register more apps and if rate limit is exceeded on one client_id then use another client_id. But SoundCloud doesn't allow now to register new apps.