Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anikhasibul/scdownload
A full featured soundcloud downloader, supports downloading playlists and single track. Downloads, even if the track is not downloadable!
https://github.com/anikhasibul/scdownload
downloader golang playlist private private-key scraper songs soundcloud
Last synced: 4 months ago
JSON representation
A full featured soundcloud downloader, supports downloading playlists and single track. Downloads, even if the track is not downloadable!
- Host: GitHub
- URL: https://github.com/anikhasibul/scdownload
- Owner: AnikHasibul
- License: gpl-3.0
- Created: 2018-10-17T12:57:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T05:14:44.000Z (over 6 years ago)
- Last Synced: 2024-10-10T01:02:21.254Z (4 months ago)
- Topics: downloader, golang, playlist, private, private-key, scraper, songs, soundcloud
- Language: Go
- Size: 19.5 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scdownload
[![Go Report Card](https://goreportcard.com/badge/github.com/anikhasibul/scdownload)](https://goreportcard.com/report/github.com/anikhasibul/scdownload)
> A full featured soundcloud downloader, supports downloading playlists and single track. Downloads, even if the track is not downloadable!**THIS DOWNLOADER ALSO DOWNLOADS THE SONG THAT FLAGGED AS NOT-DOWNLOADABLE BY THE UPLOADER! SO IT'S UP TO YOU TO BE ETHICAL**
# Installation
```sh
go get github.com/anikhasibul/scdownload
```# Usage
```
scdownload --help
```# Example Usage:
Downloads a single track
```sh
$ scdownload -t https://soundcloud.com/rahulcat/give-me-some-sunshine-3idiots
```Downloads a whole playlist concurrently
```sh
$ scdownload -p https://soundcloud.com/anik-thexplorer/sets/my-fav
```Downloads a whole playlist one-by-one song
```sh
$ scdownload -c="false" -p https://soundcloud.com/anik-thexplorer/sets/my-fav
```