資源簡介
對國內主流應用市場進行爬蟲,包含了爬蟲的整個程序,并且可爬蟲相關app的簡介
代碼片段和文件信息
#?-*-?coding:?utf-8?-*-
“““
Created?on?Mon?Jul?30?09:45:39?2018
@author:?songbo
“““
#import?sys??
#?
#reload(sys)??
#sys.setdefaultencoding(‘utf8‘)???
import?requests
from?bs4?import?BeautifulSoup
test_url?=?‘https://www.wandoujia.com/search/2599296640655109431‘
#headers?=?{‘Upgrade-Insecure-Requests‘:‘1‘
#????‘User-Agent‘:‘Mozilla/5.0?(Windows?NT?6.1;?Win64;?x64)?AppleWebKit/537.36?(KHTML?like?Gecko)?Chrome/58.0.3029.110?Safari/537.36‘
#????‘Accept‘:‘text/htmlapplication/xhtml+xmlapplication/xml;q=0.9image/webp*/*;q=0.8‘
#????‘Accept-Encoding‘:‘gzip?deflate?sdch?br‘
#????‘Accept-Language‘:‘zh-CNzh;q=0.8‘
#????}
def?seach_content(htmlgoal):
????soup?=?BeautifulSoup(html‘html.parser‘)
????seach_soup=soup.find(‘div‘?attrs={‘class‘:“header“})
????se
評論
共有 條評論