Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tillt/soundcloud-artwork-extractor
- Owner: tillt
- License: apache-2.0
- Created: 2018-09-24T16:24:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T16:39:36.000Z (over 6 years ago)
- Last Synced: 2024-11-11T17:48:16.305Z (2 months ago)
- Topics: extract, image, soundcloud, url
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).