https://github.com/prajithp/soundcloud-pl
Yet another Soundcloud music downloader
https://github.com/prajithp/soundcloud-pl
Last synced: about 1 year ago
JSON representation
Yet another Soundcloud music downloader
- Host: GitHub
- URL: https://github.com/prajithp/soundcloud-pl
- Owner: Prajithp
- License: gpl-3.0
- Created: 2014-08-07T13:40:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T17:48:42.000Z (almost 12 years ago)
- Last Synced: 2025-02-14T01:31:11.875Z (over 1 year ago)
- Language: Perl
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Soundcloud-PL
=============
Yet another Soundcloud music downloader
## Description
This is a simple soundcloud downloader I wrote in perl,
you can use this script to download music from http://www.soundcloud.com.
It should work with OS X, any Linux OS and Windows.
## System requirements
* Perl 5.000
* OS (Linux or OS X or Windows)
## Required Modules
* LWP::UserAgent
* Term::ProgressBar
* JSON::Tiny
* Carp # Core module since 5.000
* File::Spec # Core module since 5.005
* Fcntl # Core module since 5.000
* Getopt::Long # Core module since 5.000
* Cwd # Core module since 5.000
Use cpanminus to install those modules, simply execute the command below as root or using sudo
```
curl -L http://cpanmin.us | perl - module name here
OR
cpan install module name here
# If you don't have curl but wget, replace `curl -L` with `wget -O -`.
```
## Instructions
1. Download [this](https://github.com/Prajithp/Soundcloud-PL/archive/master.zip)
2. Unzip
3. Install missing perl modules
5. Type `./soundcloud_dl.pl --url {URL} {OPTION}`
## License
[GPL v3](https://raw.githubusercontent.com/Prajithp/Soundcloud-PL/master/LICENSE)