鱼C论坛

 找回密码
 立即注册
查看: 4160|回复: 3

[原创] python 网页小说爬虫。

[复制链接]
发表于 2015-7-1 19:05:33 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
本帖最后由 s1986q 于 2015-7-1 19:23 编辑
import httplib,re,os
if os.path.isdir(r"e:\\html\")<>1:
    os.mkdir("e:\\html\")
f=open("e:\\html\\17182420.html","w")
f.close()
def getapost(url):
    host="m.7gxs.com"
    port=80
    global dat
    dat=""
    data={"Cookie:":dat}
    fd=httplib.HTTPConnection(host,port)
    fd.request("GET",url,"",data)
    gh=fd.getresponse()
    dat=gh.getheader("set-cookie","")
    jj=gh.read()
    return jj
zmu=os.listdir("e:\\html\")
dd=zmu[len(zmu)-1]
ur="http://www.shuhaha.com/Html/Book/66/66595/"
url=ur+dd
while True :
    print dd
    htm=getapost(url)
    f = open("e:\\html\"+dd,"w")
    f.write(htm)
    f.close()
    try:
        dd=re.findall(r"var nextpage="(\d+\.html)"",htm)[0]
    except :
        print  "任务完成!".decode("u8")
        break
    url=ur+dd
有很多人写了,我写一个。
后续在发处理程序。

本帖被以下淘专辑推荐:

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2016-2-18 21:56:15 | 显示全部楼层
。。。。。。。。。
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2016-5-6 08:54:47 | 显示全部楼层
可以的
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2016-9-12 10:17:38 | 显示全部楼层
楼主给力!默默的收下,然后再改造!
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-23 08:41

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表