python3 scrapy 怎么禁用cookie
1个回答
展开全部
节选自scrapy文档
Disable cookies unless you really need. Cookies are often not needed when doing broad crawls (search engine crawlers ignore them), and they improve performance by saving some CPU cycles and reducing the memory foot print of your Scrapy crawler.
禁用cookies使用:
COOKIES_ENABLED = False
Disable cookies unless you really need. Cookies are often not needed when doing broad crawls (search engine crawlers ignore them), and they improve performance by saving some CPU cycles and reducing the memory foot print of your Scrapy crawler.
禁用cookies使用:
COOKIES_ENABLED = False
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询