Friday, April 10, 2015; 1:26:27 PM Eastern
Node.js programming question
- 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.
- <%includeOutliner ("https://dl.dropboxusercontent.com/u/36518280/misc/requestMp3Example.opml")%>
- #### Update
- Thanks to Kyle Davis in a comment below, we have the solution.