garethellis0 / spotify_ripper

1 stars 1 forks source link

Add SoundCloud Downloader #6

Open MathewMacDougall opened 7 years ago

MathewMacDougall commented 7 years ago

Currently mostly implemented, but urllib seems to be recognized by Soundcloud as an invalid browser, so the full websource can't be downloaded.

garethellis0 commented 7 years ago

May have to do a similar solution to what was used to get the playlists from spotify originally, which was to basically control a browser. This will likely be slower.

MathewMacDougall commented 7 years ago

Would definitely be much slower, and I would like to avoid flashing browsers all over the place if possible. Might be worth waiting until Spotify stops supporting flash and implement a similar solution at that time, unless I can find another workaround.