Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stve/scar
Soundcloud artwork downloader
https://github.com/stve/scar
soundcloud
Last synced: 23 days ago
JSON representation
Soundcloud artwork downloader
- Host: GitHub
- URL: https://github.com/stve/scar
- Owner: stve
- License: mit
- Created: 2016-10-19T04:27:30.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T17:39:08.000Z (about 2 years ago)
- Last Synced: 2024-06-19T19:39:55.585Z (5 months ago)
- Topics: soundcloud
- Language: Go
- Size: 2.39 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.