Comment Re:Doesn't seem so bad... (Score 1) 580
also change the last line to
system("curl $download_link > \"$filename\"");
the old way errors if a song has the ' character on it
system("curl $download_link > \"$filename\"");
the old way errors if a song has the ' character on it