Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stve/scar

Soundcloud artwork downloader
https://github.com/stve/scar

soundcloud

Last synced: 23 days ago
JSON representation

Soundcloud artwork downloader

Awesome Lists containing this project

README

        

# scar

Soundcloud artwork downloader

## Usage

Pass the URL of the track you'd like to download the artwork for. Files will be downloaded to `~/Downloads` and will be stored in the form `{track name}.jpg`.

```
scar https://soundcloud.com/artist/track
```

### Saving to a specific directory

```
scar --directory ~/Desktop https://soundcloud.com/artist/track
```

### Saving with a specific filename

```
scar --filename cover.jpg https://soundcloud.com/artist/track
```

## Note

It's possible this violates Soundcloud's terms of service. I have read through the TOS and while they have restrictions on downloading streams, there is no obvious provision in place for artwork.