迅雷地址 fo Firefox 解密插件+multiget_1.2.0
效果图
http://mickeywaley.googlegroups.com/web … reUZlJot3S
解密后使用
multiget_1.2.0-0ubuntu1_i386.deb
下载
http://mickeywaley.googlegroups.com/web … gobneSjMyE
来自:http://joolix.com/2009/04/script-for-downloading-thunder-sources/
RT
首先感谢krash同学的furl,其实这个程序才是主角,furl可以从迅雷的服务器上找资源,我只是将其返回的资源交给aria2c分段从不同服务器上下载而已,脚本源码见下面:
需要furl和aria2c
其中furl可以去http://forum.ubuntu.org.cn/viewtopic.php?f=73&t=195557下载
#version 20090414
#Auther xiooli <xioooli@yahoo.com.cn>
#Have fun
Furl=./furl
Savedir=$HOME/Download;[ -d "$Savedir" ] || mkdir -p "$Savedir"
Initurl="$1"
if [ "$Initurl" ]; then
>/dev/shm/urllist
eval "$Furl \"$Initurl\" 2>/dev/null" >/dev/shm/urllist
Count="`cat /dev/shm/urllist|wc -l`"
Urls="`cat /dev/shm/urllist|while read url; do
echo -n $tmp" "\\\"$url\\\"
done`"
else
echo "请输入一个下载链接!"
exit
fi
echo "总共找到 $Count 个资源,开始下载…"
[ "$Urls" -a "`which aria2c 2>/dev/null`" ] && \
eval "aria2c -c -s "$Count" -d \"$Savedir\" $Urls"
速度很不错哦,我下一个东西能上700多k呢,嘿嘿

http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=195661&hilit=+%E8%BF%85%E9%9B%B7+%E8%84%9A%E6%9C%AC
这个是不错
9.04-desktop-i386.iso
http://releases.ubuntu.com/releases/.pool/ubuntu-9.04-desktop-i386.iso
http://ftp.jaist.ac.jp/pub/Linux/ubuntu-releases/jaunty/ubuntu-9.04-desktop-i386.iso
http://mirror.anl.gov/pub/ubuntu-iso/CDs/jaunty/ubuntu-9.04-desktop-i386.iso
http://releases.ubuntu.com/releases/jaunty/ubuntu-9.04-desktop-i386.iso
http://nl.releases.ubuntu.com/releases/9.04/ubuntu-9.04-desktop-i386.iso
ftp://mirror-fpt-telecom.fpt.net//ubuntu-releases/jaunty/ubuntu-9.04-desktop-i386.iso
http://rs.releases.ubuntu.com/jaunty/ubuntu-9.04-desktop-i386.iso
http://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/jaunty/ubuntu-9.04-desktop-i386.iso
http://ubuntu-releases.optus.net/9.04/ubuntu-9.04-desktop-i386.iso
http://mirror.internode.on.net/pub/ubuntu/releases/jaunty/ubuntu-9.04-desktop-i386.iso
ftp://ftp.crihan.fr/releases/9.04/ubuntu-9.04-desktop-i386.iso
http://141.76.2.132/ubuntu-releases/9.04/ubuntu-9.04-desktop-i386.iso
http://ftp.uni-kl.de/pub/linux/ubuntu.iso/9.04/ubuntu-9.04-desktop-i386.iso
http://d2j60aaoklmkol.cloudfront.net/ubuntu-9.04-desktop-i386.iso
http://mirror.sov.uk.goscomb.net/ubuntu-releases/jaunty/ubuntu-9.04-desktop-i386.iso
http://ubuntu-cd.mirror.iweb.ca/jaunty/ubuntu-9.04-desktop-i386.iso
http://ftp.mirror.sptel.com.au/pub/ubuntu/jaunty/ubuntu-9.04-desktop-i386.iso
http://ftp-mirror.internap.com/pub/ubuntu-releases/jaunty/ubuntu-9.04-desktop-i386.iso
http://ftp.sayclub.com/pub/ubuntu/releases/9.04/ubuntu-9.04-desktop-i386.iso
http://mirrors.nfsi.pt/ubuntu-releases/jaunty/ubuntu-9.04-desktop-i386.iso
http://wwwftp.ciril.fr/pub/linux/ubuntu/releases/9.04/ubuntu-9.04-desktop-i386.iso
may@may-desktop:~/桌面$
原创文章,转载请注明: 转载自广陵散 `s 博客
Post Footer automatically generated by wp-posturl plugin for wordpress.
