![]() 支柱会员
|
7.9更新,支持分次下载
http://automobile.2405.com/ 这里面的汽车图片不错.想办法把它全部下载下来 测试下,保存为dl.cmd运行 代码:
@echo off setlocal ENABLEDELAYEDEXPANSION for /f "tokens=2 delims==" %%i in ('curl http://automobile.2405.com/index.html ^|findstr "automotive_catalog"') do ( set n=%%i curl http://automobile.2405.com/!n:~1,-7! |findstr "automobile_gallery" >tmp.txt for /f "tokens=2 delims==" %%a in (tmp.txt) do ( set m=%%a curl http://automobile.2405.com/!m:~4,-7!/index.html |findstr "jpg" >tmp1.txt set x=!n:~1,-7!!m:~4,-7! set x=!x:/=\! md !x! 2>nul for /f "tokens=2 delims==" %%b in (tmp1.txt) do ( set l=%%b if not exist "!x!\!l:~1,-10!" curl -o "!x!\!l:~1,-10!" http://automobile.2405.com/!m:~4,-7!!l:~1,-10! ) ) ) endlocal del tmp*.txt 此帖于 2005-07-09 10:38:20 被 hitme 编辑. . |
||
![]() 高级会员
|
精王又出手了
![]() |
||
![]() 终极会员
|
???
这个站 直接用OFFLINE 不就OK了么? 桌面版有讨论过.... |
||
![]() 支柱会员
|
谢谢分享
是我在******跟etales要求了 没想到老大出手了 |
||
![]() ┣━┒ ┣─┒ ┟━┃┍╄┓┟━│ ╃━ ┝─┃┣╈┤┣━┃ / .╈ ┗━┘┗┸┛└━┛/┃┻ |
![]() 超级会员
|
又见forer的功力...超强!
|
||
![]() 如果可以我真的希望用我的余生换来能够早点认识你 |
![]() 热心会员
|
牛X 不愧是版主大大
|
||
![]() 超级会员
|
看了置顶贴,没看明白,这个怎么和Curl配合吓载?
|
||
![]() 支柱会员
|
顶楼更新下,支持分次下载
|
||
![]() 支柱会员
|
引用:
|
|||
![]() 终极会员
|
呵呵,支持
这么多精别人眼红也是眼红不来滴 实力呀 |
||
![]() 初级会员
|
我觉得hitme兄应该对每句来个详细注解,这样也好幸福广大CCFER菜鸟啊!不然每次都只能等金蛋了!
|
||
![]() 支柱会员
|
引用:
cmd是各种脚本中最easy的,来来去去就这几样 for set if findstr.... |
|||
![]() 初级会员
|
谢谢hitme!
|
||