码迷,mamicode.com
首页 > 其他好文 > 详细

瞎爬些图

时间:2018-03-22 17:26:15      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:arch   search   pen   findall   www   test   http   url   dal   

 1 import urllib
 2 import re
 3 
 4 url = "https://www.duitang.com/search/?kw=%E9%AC%BC%E6%80%AA&type=feed"
 5 page = urllib.urlopen(url)
 6 html = page.read()
 7 
 8 imglist = re.findall(rsrc="(.*?\.(jpg|jpeg))",html)
 9 
10 x=0
11 
12 for imgurl in imglist:
13     urllib.urlretrieve(imgurl[0],/home/zl20163297/test/pachong/pics/guiguai/%d.jpg%x)
14     x+=1

瞎爬些图

标签:arch   search   pen   findall   www   test   http   url   dal   

原文地址:https://www.cnblogs.com/shixinzei/p/8624401.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!