1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 01:04:16 +00:00

added module directive to spidermw documentation

This commit is contained in:
Ismael Carnales 2009-09-07 12:03:24 -03:00
parent 30c2ad3f0c
commit e3df11e5bb

View File

@ -55,6 +55,8 @@ Writing your own spider middleware
Writing your own spider middleware is easy. Each middleware component is a
single Python class that defines one or more of the following methods:
.. module:: scrapy.contrib.spidermiddleware
.. class:: SpiderMiddleware
.. method:: process_spider_input(response, spider)