1.0.2 • Published 10 years ago

soundcrawler v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

SoundCrawler

SoundCrawler is a npm module that can retrieve the file address of any song on SoundCloud.

Git url : https://github.com/Antonhansel/soundcrawler


var url = 'https://soundcloud.com/aboveandbeyond/abgt109';
var soundcrawler = require('soundcrawler');

var crawler = new soundcrawler();
var download = true; //the second argument is optional. Pass it to true to download the file locally!
crawler.download(url, download,function(err){
    if (err) console.log("Error" + err);
    else {
    	console.log(crawler.downloadURL);
    	console.log(crawler.title);
    }
});
1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.9.9

10 years ago

0.9.8

10 years ago

0.9.7

10 years ago

0.9.6

10 years ago

0.9.5

10 years ago

0.9.1

10 years ago

0.9.0

10 years ago

0.0.0

10 years ago