一 请求头反爬
# 请求头反爬分为:user-agent cookie reference
二 字体反爬基础
from fontTools.ttLib import TTFont
# 读取字体文件
font = TTFont('文件名')
# 保存到xml文件中 code name
font.save('1.xml')
三 ip反爬
# ip反爬 防止爬取速度过快
# IP代理 隐藏自己的ip地址 反反爬
一 请求头反爬
# 请求头反爬分为:user-agent cookie reference
二 字体反爬基础
from fontTools.ttLib import TTFont
# 读取字体文件
font = TTFont('文件名')
# 保存到xml文件中 code name
font.save('1.xml')
三 ip反爬
# ip反爬 防止爬取速度过快
# IP代理 隐藏自己的ip地址 反反爬