xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 0.91KB
    文件類型: .py
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-30
  • 語言: Python
  • 標(biāo)簽: 爬取??百度??圖片??

資源簡介


資源截圖

代碼片段和文件信息

import?urllib.request
import?re
import?os


def?fetch_pictures(url):
????html_content?=?urllib.request.urlopen(url).read()
????r?=?re.compile(‘class=“BDE_Image“?src=“(.*?)“‘)
????picture_url_list?=?r.findall(html_content.decode(‘utf-8‘))

????os.mkdir(‘C:\\Users\\Administrator\\Desktop\\web爬蟲‘)#生成單級目錄
????os.chdir(os.path.join(os.getcwd()?‘C:\\Users\\Administrator\\Desktop\\web爬蟲‘))#將多個(gè)路徑組合后返回,第一個(gè)絕對路徑之前的參數(shù)將被忽略

評論

共有 條評論

相關(guān)資源