python-一个小爬虫,爬取图片

Posted 哪啊哪啊神去村

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python-一个小爬虫,爬取图片相关的知识,希望对你有一定的参考价值。

import re
import urllib.request
# 爬取网页
def gethtml(url):
    page=urllib.request.urlopen(url)
    html=page.read()
    return html
# 获取图片地址
def getImg(html):
    rule=rsrc="(.*?\.jpg)" width
    rule_compile=re.compile(rule)
    Img_list=re.findall(rule_compile,html.decode(GBK))
    return Img_list
url="http://desk.zol.com.cn/bizhi/7005_87014_2.html"
html=getHtml(url)
# print(getImg(html))
#  下载图片到当前目录
x=0
for i in getImg(html):
    urllib.request.urlretrieve(i,%s爬虫.jpg % x)
    x+=1
 

 

以上是关于python-一个小爬虫,爬取图片的主要内容,如果未能解决你的问题,请参考以下文章

Python——网络爬虫(爬取网页图片)

爬取汽车之家新闻图片的python爬虫代码

Python爬虫入门教程 5-100 27270图片爬取

Python爬虫入门:27270图片爬取

python3--网络爬虫--爬取图片

python3爬虫爬取煎蛋网妹纸图片