一直喜欢用wget,在windows下,每次firefox打开下载,flashgot启动迅雷时感觉尤为强烈
1.windows部分:
先下载wget for windows:
下下来放到C:\WINDOWS下,就能像linux下一样直接用了
firefox上装好flashgot
工具--flashgot--更多选项,下载管理器点“新增”,取个名字wget
可执行路径写 C:\WINDOWS\wget.exe
参数模板写 -c [URL] [--directory-prefix=FOLDER]
点确定
再工具--选项--主要--保存文件至:
选好目录,确定
然后就能用了
ps:汗颜一下:找到一篇flashgot官方的win wget设置,可以尝试:
http://flashgot.net/features#customdm
不过它有一处小错误,C:\System32\cmd.exe
改为C:\WINDOWS\System32\cmd.exe
2:linux部分:
基本差不多
工具--flashgot--更多选项,下载管理器点“新增”,取个名字wget
可执行路径写 /usr/bin/wget
参数模板写 -c [--directory-prefix=FOLDER] [--referer=REFERER] [--post-data=POST]
[--load-cookies=CFILE] [--input-file=UFILE]
linux下还有更好的选择,比如用kget或gwget代替wget,用downthemall也还不错
阅读(2007) | 评论(0) | 转发(0) |