prodbyerfan / scar

Soundcloud artwork downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 different directory

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

Saving with a different filename

scar --file 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.

About

Soundcloud artwork downloader

License:MIT License


Languages

Language:Go 88.8%Language:Shell 11.2%