I've got a bit of node.js code that downloads an MP3 podcast, saves it to a file.
However, none of the MP3 players I have will do anything with it. So somehow in the process of downloading and saving, it's losing some data.
In the code below, url points to this file.
Thanks to Kyle Davis in a comment below, we have the solution.