Chinaunix首页 | 论坛 | 博客
  • 博客访问: 174683
  • 博文数量: 47
  • 博客积分: 3053
  • 博客等级: 少校
  • 技术积分: 451
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-01 04:33
个人简介

malware/APT detection, silicon valley, entrepreneur, CTO, start-up operation, team build, Nanjing/Beijing, if you want to do creative things, join the adventure.

文章分类

全部博文(47)

分类:

2009-02-19 06:28:11

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

Quick start:
copy rapid share links to @rsURL

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

my @rsURL = qw(
#
);

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

#$ie->add_rslinks( file => 'rsList.txt' );
#my $url = '';
#$ie->add_rslinks( url => $url );


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

阅读(916) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~