2 Comments
User's avatar
Bassoe's avatar

Do you have mp3 downloads available anywhere for offline listening?

Expand full comment
Steven Wilson's avatar

On google chrome on desktop, right click one of the tracks, "inspect elements", look for "<audio src =" in the code. until you find something like this for the given song

/api/v1/audio/upload/2de8c385-7aa8-4d11-90fc-d63c9b75270e/src

paste it over the domain URL like so

https://www.waltbismarck.com/api/v1/audio/upload/2de8c385-7aa8-4d11-90fc-d63c9b75270e/src

and you will get the .mp3 file

Expand full comment