mirror of https://github.com/scrapy/scrapy.git
Merge pull request #309 from amferraz/patch-1
Add FAQ entry referencing Request.meta usage
This commit is contained in:
commit
a4b5bfbb5e
|
|
@ -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
|
||||
----------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue