Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tillt/soundcloud-artwork-extractor

Extracts Cover Art URL from Soundcloud Stream Pages
https://github.com/tillt/soundcloud-artwork-extractor

extract image soundcloud url

Last synced: about 23 hours ago
JSON representation

Extracts Cover Art URL from Soundcloud Stream Pages

Awesome Lists containing this project

README

        

# Soundcloud-Artwork-Extractor

## Usage

```
python3 extract.py URL
```

## Example

Use the stream URL from the title you want to get the artwork for.
```
python3 extract.py https://soundcloud.com/sweetmusiquerecommends/premiere-marc-depulse-pluto-original-mix-definitionmusic
```

Output:
```
https://i1.sndcdn.com/artworks-000410193849-6hzqo4-t500x500.jpg
```

## Credits

Clobbed together with lots of love for music by [Till Toenshoff](https://twitter.com/ttoenshoff).