Merge pull request #309 from amferraz/patch-1

Add FAQ entry referencing Request.meta usage
This commit is contained in:
Pablo Hoffman 2013-05-27 09:07:48 -07:00
commit a4b5bfbb5e
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
----------------------------------------------------------