diff --git a/README.md b/README.md new file mode 100644 index 0000000..0879f60 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# soundcloud-dl + +![](https://img.shields.io/badge/written%20in-PHP-blue) + +A music and metadata downloader for the web service soundcloud.com. + +## Features + +- Find tracks by user or search +- Download files and metadata or output titles/URLs for further processing +- Filter results by duration and regular expression on title +- Suitable for shell and unattended cron use + +## Usage + +Type `./soundcloud-dl` to see full usage. + +Tags: scraper + + +## Download + +- [⬇️ soundcloud-dl_20131021.tar.gz](dist-archive/soundcloud-dl_20131021.tar.gz) *(2.98 KiB)* diff --git a/dist-archive/soundcloud-dl_20131021.tar.gz b/dist-archive/soundcloud-dl_20131021.tar.gz new file mode 100644 index 0000000..d6ac9d0 Binary files /dev/null and b/dist-archive/soundcloud-dl_20131021.tar.gz differ diff --git a/doc/screenshot.png b/doc/screenshot.png new file mode 100644 index 0000000..5127776 Binary files /dev/null and b/doc/screenshot.png differ