Miserlou / SoundScrape

SoundCloud (and Bandcamp and Mixcloud) downloader in Python.
MIT License
1.42k stars 146 forks source link

Add Hive.co Support #73

Open Miserlou opened 8 years ago

Miserlou commented 8 years ago

For example:

https://soundcloud.com/alexanderjlewis/mr-carmack-pay-for-what-alexander-lewis-tmb-flip

(although I think it has changed the link?)

jbkuczma commented 8 years ago

Not sure if you have heard of trap.gq but it downloads hive.co urls. The creator has his Reddit username on there to message him for help, maybe he can explain how he was able to do this.

And the download for that link is now through toneden.io

Miserlou commented 8 years ago

Ah, neat. Yeah, I don't think it should be too much a problem, they don't verify email addresses so you just need to post a fake address to the form. Need to find another working example URL to try with though..

Miserlou commented 8 years ago

Example SC URL: https://soundcloud.com/quixofficial/origin-quix-remix Example Hive URL: https://www.hive.co/downloads/download/482640/spotlight/

SimplicityGuy commented 4 years ago

Hive support was experimental and did not work before PR #241, so support for it was removed. Fixing it was an entirely new and large task, so instead of leaving in broken functionality, I removed it. Adding it back in the future can be a consideration.