You are viewing a single comment's thread.

view the rest of the comments →

ansipizza ago

In an internet where important evidence mysteriously disappears every day, setting the soundcloud files for "no downloads allowed" is awfully silly. In the reddit thread, someone mentioned making a backup, and sure enough, the backup is also installed on a web site that doesn't allow straightforward downloads.

PizzagateBot ago

https://transfer.sh/FfV3m/StephenLemons-FruitOfThePoisonousTree-Part-One.mp3

https://transfer.sh/EZaQe/StephenLemons-FruitOfThePoisonousTree-Part-Two.mp3

With python you can scrape soundclouds with the package soundscrape. On linux, this usually works to install and run


git clone https://github.com/Miserlou/SoundScrape.git

cd SoundScrape

sudo python setup.py install

soundscrape https://soundcloud.com/stephenlemons/fruit-of-the-poisonous-tree-part-one

The link titles are correct but the content titles are reversed if you DL them they need to be renamed part one to part two and vice versa.

You can find scrapers for pretty much every popular site. There is a powerful youtube scraper that I use as well https://github.com/rg3/youtube-dl