Skip to content

Instantly share code, notes, and snippets.

@rebhichaouki
rebhichaouki / leech.php
Created June 4, 2017 18:12 — forked from bigcalm/leech.php
Soundcloud playlist download
<?php
$baseDir = "mp3s";
$soundcloudURL = "http://soundcloud.com/ninja-tune/sets/solid-steel-radio-shows/";
$urlBits = str_replace('http://', '', $soundcloudURL);
$urlBits = preg_replace('@/$@', '', $urlBits);
$urlBits = explode("/", $urlBits);
/**
* http://soundcloud.com/ninja-tune/sets/solid-steel-radio-shows/
@rebhichaouki
rebhichaouki / us.html
Created June 4, 2017 18:11 — forked from danielribeiro/us.html
soundcloud us
<!DOCTYPE html>
<html>
<head>
<script src="underscore-min.js"></script>
<script src="http://connect.soundcloud.com/sdk.js"></script>
</head>
<body>
<h1>My Amazing Underscore project</h1>