meta The initial values for the Request.meta attribute. If given, the dict passed in this parameter will be shallow copied.该参数也是字典形式 , 是为了在spider类的多个parse函数之间传递信息 , 见 知乎 。 注意Response对象也有一个它对应的Request对象 :The Request object that generated this response. This attribute is assigned in the Scrapy engine, after the response and the request have passed through all Downloader Middlewares In particular, this means that:HTTP redirections will cause the original request (to the URL before redirection) to be assigned to the redirected response (with the final URL after redirection).Response.request.url doesn’t always equal Response.urlThis attribute is only available in the spider code, and in the Spider Middlewares, but not in Downloader Middlewares (although you have the Request available there by other means) and handlers of the response_downloaded signal.But Unlike the Response.request attribute, the Response.meta attribute is propagated along redirects and retries, so you will get the original Request.meta sent from your spider.Response obejct这里仅介绍一些reponse对象的属性:
- url 即该response的来源url
- status 即该response的状态码
- headers response的响应头 , 形式为dict
- body response的相应数据体 , 形式为bytes
- request response对应的Request对象 , 对于它上文已经介绍 , 即Response.url可能不等于Reponse.request.url , 因为redirection的原因
SettingsSettings can be populated using different mechanisms, each of which having a different precedence. Here is the list of them in decreasing order of precedence:
- Command line options (most precedence)
- Settings per-spider
- Project settings module(settings.py)
- Default settings per-command
- Default global settings (less precedence)
一般我们直接在settings.py文件中对其进行修改 , 常见需要增改的有:user-agent指定 , ITEM_PIPELINES解除注释以开启pipeline功能 , LOG_LEVEL和LOG_FILE指定 , ROBOTSTXT_OBEY设为False等等 。
【Scrapy框架初探】
推荐阅读
-
GIC珠宝鉴定师媛媛@收入不菲的她,服饰和首饰的搭配更是特别的讲究,孙俪高片酬曝光
-
[周家第八代]结婚后注定富贵一生,这三对生肖是天生绝配
-
“爸爸陪我面试,他成了考官的心头好”,学生奇葩经历,笑不活了
-
图赏|299元媲美苹果AirPods Pro!Redmi首款降噪耳机图赏
-
昆明广播电视台|眼看女婿被警方控制,丈母娘一招使出“必杀技”,结果 .
-
啥车|一踩油门肠子悔青了,车主:能退车吗?,这4类车真不适合跑高速
-
空气中|洗澡时搓出来的“泥”越多,洗得越干净?其实我们都做错了!
-
-
娱乐圈|2天7个瓜:再婚当爸,不幸离世,秀恩爱晒亲子照,娱乐圈悲喜不同
-
电影胡侃|布克詹娜正式公然恋情!开豪华游艇鸳鸯戏水,肯豆比基尼布克光膀子
-
我的女朋友(T)声称自己性冷淡,我应该鼓励她尝试吗
-
游戏时光VGtime|次世代版《战争机器5》战役模式里马库斯能化身巴蒂斯塔
-
一生防务观察|日本白白捡漏美滋滋,塑料兄弟情?俄拒接我国150亿大单
-
品茗读史|云南富家翁哭天无泪,吴三桂的属下真能祸害人,“义子”前来认亲
-
-
冬天,这3种食材一起搭配,成本不到10块钱,却胜过吃大鱼大肉
-
冠脉CTA和冠脉造影,哪种心脏检查更好?分2种情况,医生讲解
-
-
【欢乐多多】练会其中1个,5天冲上王者,张大仙透露:S19必买的4个13888英雄
-