構建header在python爬蟲中出錯怎麼解決?
最近頻繁講到header模組的知識,受到很多小夥伴們的詢問,看來大家對獲取新資料之類的資料需求量比較多,接下來小編也會著重於這方面的文章更新。今天主要講的是之前使用常見user-agent方法出現的報錯問題,出於python初學者處理此類問題會比較棘手,所以我們一起來學習一下吧。
想讓host在user-agent的位置,該怎麼辦?如果不換的話,請求會報500的錯誤
解決:
import requests Information = requests.Session() print(Information.headers) Information.headers.update({ "Accept-Encoding": "identity", "Content-Type": "application/x-www-form-urlencoded; charset=utf-8", "User-Agent": "Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 5 MIUI/20.1.16)", "Connection": "Keep - Alive", "Accept": None }) print(Information.headers) Information.headers.clear() Information.headers.update({ "Accept-Encoding": "identity", "Content-Type": "application/x-www-form-urlencoded; charset=utf-8", "User-Agent": "Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 5 MIUI/20.1.16)", "Connection": "Keep - Alive", "Accept": None }) print(Information.headers) 關鍵點在於 "Information.headers.clear()"
對於此類用user-agent在構建header出錯的小夥伴,都可以試試小編的這種方法。看看能不能順利解決,不行的話小編再跟大家一起尋求其他的方法。更多Python學習推薦:。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2558/viewspace-2832070/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- python網路爬蟲(9)構建基礎爬蟲思路Python爬蟲
- python爬蟲怎麼翻頁Python爬蟲
- 什麼是爬蟲?Python爬蟲的工作流程怎樣?爬蟲Python
- python爬蟲學習記錄之報錯及解決方案Python爬蟲
- 爬蟲被封怎麼辦?用Node構建一個私人IP代理池爬蟲
- 怎麼使用爬蟲爬蟲
- 快速構建Python爬蟲IP代理池服務Python爬蟲
- python爬蟲總是爬不到資料,你需要解決反爬蟲了Python爬蟲
- python簡介怎麼寫-python爬蟲簡歷怎麼寫Python爬蟲
- Python爬蟲之路-chrome在爬蟲中的使用Python爬蟲Chrome
- Python爬蟲可以幹什麼?Python爬蟲有什麼用?Python爬蟲
- 3 行寫爬蟲 - 使用 Goribot 快速構建 Golang 爬蟲爬蟲Golang
- 使用 CasperJS 構建 Web 爬蟲JSWeb爬蟲
- Python爬蟲怎麼入門-初級篇Python爬蟲
- 【Python學習】爬蟲爬蟲爬蟲爬蟲~Python爬蟲
- 爬蟲代理怎麼用爬蟲
- Python爬蟲怎麼設定動態IP代理,Python爬蟲要注意哪些事項?Python爬蟲
- python 在pycharm中 爬蟲PythonPyCharm爬蟲
- Python爬蟲之路-selenium在爬蟲中的使用Python爬蟲
- python反爬蟲可以做些什麼?前景怎麼樣?Python爬蟲
- python 爬蟲 ip池怎麼做,有什麼思路?Python爬蟲
- 什麼是爬蟲?Python爬蟲框架有哪些?爬蟲Python框架
- 爬蟲常見錯誤程式碼及解決措施爬蟲
- 什麼是Python爬蟲?python爬蟲入門難嗎?Python爬蟲
- python爬蟲是什麼?學習python爬蟲難嗎Python爬蟲
- 什麼是Python爬蟲?Python爬蟲常用框架有哪些?Python爬蟲框架
- Python下用Scrapy和MongoDB構建爬蟲系統(2)PythonMongoDB爬蟲
- Python下用Scrapy和MongoDB構建爬蟲系統(1)PythonMongoDB爬蟲
- 【python爬蟲】python爬蟲demoPython爬蟲
- 怎麼利用Python網路爬蟲來提取資訊Python爬蟲
- 個人利用Python爬蟲技術怎麼掙錢Python爬蟲
- Python爬蟲:一些常用的爬蟲技巧總結(IP,cookie,header,多執行緒)Python爬蟲CookieHeader執行緒
- Python為什麼叫爬蟲?Python為什麼適合寫爬蟲?Python爬蟲
- python爬蟲是什麼?為什麼用python語言寫爬蟲?Python爬蟲
- python為什麼叫爬蟲?Python和爬蟲有什麼關係?Python爬蟲
- python安裝scrapy出錯怎麼解決Python
- Python爬蟲:手把手教你寫迷你爬蟲架構Python爬蟲架構
- 爬蟲代理怎麼選ip爬蟲