妹子网
目标:用BeautifulSoup解析网页源代码,获取图片.
图片链接:
# /home/wl/PycharmProjects/untitled
# -*- coding:utf-8 -*-
# author:龙
from bs4 import BeautifulSoup
import urllib.request
import os
def test():
girl_url ='http://www.meizitu.com/'
response = urllib.request.urlopen(girl_url).read()
response = response.decode ('gb2312')
#print (response)
soup = BeautifulSoup(response,'HTML.parser')#创建对象
imgs = soup.find_all('img')
#print(imgs)
for img in imgs:
#print (img)
#print (type(img))
link = img.get('src')
#print (link)
name = img.get('alt')
print("正在下载%s的图片"%name)
urllib.request.urlretrieve(link,'image/{}.jpg'.format(name))
if __name__ == '__main__':
if not os.path.exists('image'):
os.mkdir('image')
test()
相关阅读
我很喜欢许嵩的音乐,我以前基本上他的每首歌都会唱,比如《素颜》、《灰色头像》、《玫瑰花的葬礼》、《清明雨上》、《
这个是爬静态网页巩固练习的第二个小小小小小小项目,爬快递100网站查快递信息,这个其实很简单,本身这个网站就已经把该做的能做的都
小白学习爬虫 爬取豆瓣TOP250的书,正好本人也喜欢看书 思路分析: https://book.douban.com/top250这是TOP250第一页的链接 https://
背景: 近期刚看完电视剧《白鹿原》。”自信平生无愧事,死后方敢对青天“的白嘉轩虽显执拗,但仍令人倾服,朱先生提到的“凡物之骤为之
现在图章的使用可以说是很广泛的,不管是个人还是企业都或多或少有着他们自己专属的图章,更多的是运用在商户,个人爱好喜欢制作图章的