Closed Alihtt closed 1 year ago
from sclib import SoundcloudAPI, Track api = SoundcloudAPI() def artwork(url): result = api.resolve(url) assert type(result) is Track artwork_url = result.artwork_url.replace('large','t500x500') return artwork_url
you just need to replace 'large' with 't500x500'
you just need to replace 'large' with 't500x500'