来吧兄弟,一起玩一起讨论!
您需要 登录 才可以下载或查看,没有账号?注册
×
本帖最后由 tank 于 2012-4-13 14:45 编辑
国外的PT站大部分支持irc下载,速度比rss快的多。 我只要autodl-irssi的后台就行了,不想配置rutorrent,暴露在公网上的东西越少越好。 rtorrent怎么安装配置前几篇博文已经写了。再此重点写下autodl-irssi的安装配置。 1. autodl-irssi是irssi的自动下载脚本,当然要安装irssi先: apt-get install irssi 启动irssi和rtorrent一样需要使用screen screen -d -m irssi 2. autodl-irssi需要一串以来perl依赖包 apt-get -y install libarchive-zip-perl libnet-ssleay-perl libhtml-parser-perl libxml-libxml-perl libdigest-sha1-perl libjson-perl libjson-xs-perl libxml-libxslt-perl 3. 下载和安装autodl-irssi mkdir -p ~/.irssi/scripts/autorun 4. 编辑autodl.cfg , 填上你需要类容吧,下面是我的范本 [options] upload-watch-dir = /home/rtorrent/watch
upload-type = watchdir
[server irc.torrentleech.org]
nick = ILikeTL
ssl = true
port = 7021
[channel irc.torrentleech.org]
name = #torrentleech
[tracker tl]
rsskey = your.rsskey
upload-delay-secs = 5
[filter TV Shows]
match-releases = *
match-categories = TV :: Episodes HD, TV :: Episodes
min-size = 10mb
max-size = 300gb
max-downloads = 100
max-downloads-per = day
match-sites = tl
|