I spent too long trying to get the file from the website to download, but it's an m3u8 file and I don't really know what to do with it.
m3u8 is a playlist file that points to streaming media; basically usually a thing that points to a whole bunch of segments of a song, and then it tells the browser how to play each of those small segments back to back to back.
the files in the m3u8 are .ts format, each containing segments of the song. you have to use a program like ffmpeg to join them into a single audio file