Add FAQ entry referencing Request.meta usage

This commit is contained in:
cacovsky 2013-05-27 13:02:17 -03:00
parent 7874eef7af
commit 8007762890
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@ Yes. Support for HTTP proxies is provided (since Scrapy 0.8) through the HTTP
Proxy downloader middleware. See
:class:`~scrapy.contrib.downloadermiddleware.httpproxy.HttpProxyMiddleware`.
How can I scrape an item with attributes in different pages?
------------------------------------------------------------
See :ref:`topics-request-response-ref-request-callback-arguments`.
Scrapy crashes with: ImportError: No module named win32api
----------------------------------------------------------