既然下载不下来 就自己写程序来下载吧

use LWP::Simple;

my $url = 'http://224.cachefile7.rayfile.com/b26f/zh-cn/preview/da6cc8a9a54509dbdfaa4db1089bd61e/preview.mp3';

my $file = 'C:/无可救药的重复.mp3';

getstore($url, $file);

 

 

some day i have a few songs to download.use xunlei but can not download it.

so i think there have a funny way to do.

so i write the code above. so easy,but it work fine and download the song for me.

你可能感兴趣的:(C++,c,C#)