![]() 『精品软件』版主
|
|
||
![]() --心无邪--执着--专注-- |
![]() 超级会员
|
不知道你所说的“分类下载用这个基本不可行吧”具体是什么含义
是指单线程下载太慢了是吧? 其实是多线程下载的,默认为3线程,在说明文件的注意事项第④点中已经有说明了 之所以要先下载完html文件之后才开始整理txt 是考虑到断点续传时便于写代码 如果觉得下载完一本就整理一本的方式更好,那我就改下代码吧 不过需要花点时间折腾,最近在忙别的,可能要一个星期之后了。 |
||
![]() TotalCommder、EveryThing、batch、AutoHotKey、EverEdit 精通Word、Excel、PPT的安装与卸载 熟练掌握VB、C++、SQL的拼读与缩写 |
![]() 『精品软件』版主
|
是的下载很慢,你说的多线程是多线程下载单个文件?我想的是以每本为一个任务,同时下载几个任务。
|
||
![]() 超级会员
|
如果以每本为一个任务下载的话
只能多开几个cmd.exe进程了 但是这样的话,按照目前的方案,断点续传的管理将陷入混乱,甚至无法提供断点续传功能 当然,同时下载几个txt,并且还保持断点续传功能也是可以的,需要更换日志记录的方案,代价是得为每本小说单独设置一个下载日志,就像迅雷那样。 |
||
![]() 热心会员
|
华为网盘没有注册,不想注册一堆不保险的网盘。能不能上传到FTP里?
谢谢。 |
||
![]() “空气在颤抖,仿佛天空在燃烧。” |
![]() 超级会员
|
这个不错,可以下回来手机看
|
||
![]() 超级会员
|
奇怪,家里的xp不能下载了
Initializing download: http://www.xunread.com/article/d51dd...c-469a-9dd1-4f 061c64a03b/index.shtml Opening output file tmp Server unsupported, starting from scratch with one connection. Starting download [ 0%] .......... .......... .......... .......... Connection 0 finished Downloaded 41.0 kilobytes in 1 second. (29.14 KB/s) 系统找不到指定的路径。 gawk: 提取各章节url.awk:9: fatal: cannot open file `contentFolder\\_\index.html' for reading (No such file or directory) 此时不应有 %i。 |
||
![]() 爽...不爽 |
![]() 高级会员
|
win7_32也下载不了小说
Initializing download: http://www.xunread.com/article/06cbe...b-4f9e-bd56-5d 0ab8f39978/index.shtml Opening output file tmp Server unsupported, starting from scratch with one connection. Starting download [ 0%] .......... .......... .......... .......... .......... [ 32.4KB/s] [ 0%] .......... .......... .. Connection 0 finished Downloaded 72.8 kilobytes in 1 second. (41.23 KB/s) < was unexpected at this time. |
||
![]() 普通会员
|
引用:
|
|||
![]() 热心会员
|
迅读的站长是不是CCFER啊
![]() 提取各章节url.awk换成下面 代码:
# 获取每篇小说各章节正文页面的下载地址 BEGING{IGNORECASE=1} { if ($0 ~ /<span class='spant'>/){ str = gensub(/<span class='spant'><a href='([^']+?)'>([^<]+?)<\/a><\/span>/,"\\1\t\\2\n","g",$0) print str } } |
||
![]() 今天你尾了吗? |
![]() 超级会员
|
Initializing download: http://www.xunread.com/article/d51dd...c-469a-9dd1-4f
061c64a03b/index.shtml Opening output file tmp Server unsupported, starting from scratch with one connection. Starting download [ 0%] .......... .......... .......... .......... Connection 0 finished Downloaded 41.0 kilobytes in 1 second. (22.41 KB/s) 系统找不到指定的路径。 gawk: 提取各章节url.awk:9: fatal: cannot open file `contentFolder\\_\index.html' for reading (No such file or directory) 此时不应有 %i。 |
||
![]() 高级会员
|
|
||
![]() Windows eXPensive |
![]() 超级会员
|
还是不行,xp sp3
我下载这本 1. 下载单本小说 2. 下载小说url配置文件中指定的一个或多个小说 都不行,见鬼 http://www.xunread.com/article/d51dd...3b/index.shtml Initializing download: http://www.xunread.com/article/d51dd...c-469a-9dd1-4f 061c64a03b/index.shtml Opening output file tmp Server unsupported, starting from scratch with one connection. Starting download [ 0%] .......... .......... .......... .......... Connection 0 finished Downloaded 41.0 kilobytes in 2 seconds. (19.57 KB/s) 系统找不到指定的路径。 gawk: 提取各章节url.awk:9: fatal: cannot open file `contentFolder\\_\index.html' for reading (No such file or directory) 此时不应有 %i。 |
||
![]() 超级会员
|
xp下选3,情况同11楼
![]() |
||
![]() How are you How old are you |
![]() 超级会员
|
因为迅读网网页微调,导致20120831版无法下载,已经更新代码,感谢 fqjp 的代码。
没有XP环境进行测试,无法重现出错情形,暂时不进行针对XP系统的排错。 精力有限,如果没有什么明显的bug,这个版本恐怕不会再进行更新了。 |
||