文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>用Perl下载RapidShare上的File.

用Perl下载RapidShare上的File.

时间:2009-02-19  来源:kxj99

Go to CPAN to see more instructions. 欢迎大家提改进的建议.

Quick start:
copy rapid share links to @rsURL

use strict;
use Win32::IEAutomation::RapidShare;

my @rsURL = qw(
#http://rapidshare.com/files/107465258/Oblivion_GoTY_Edition.part77.rar
);

my $ie = Win32::IEAutomation::RapidShare->new(
    visible => 0,
    debug => 1,
    loopServer => 'yes',
    links => \@rsURL,
    stopIfBroken => 'yes'
);

#$ie->add_rslinks( file => 'rsList.txt' );
#my $url = 'http://rapidshare.com/users/5M0U78';
#$ie->add_rslinks( url => $url );


$ie->check_rslinks();
$ie->downloadrs();

相关阅读 更多 +
排行榜 更多 +
别惹神枪手安卓版

别惹神枪手安卓版

冒险解谜 下载
坦克战争世界

坦克战争世界

模拟经营 下载
丛林反击战

丛林反击战

飞行射击 下载