diff --git a/docs/faq.rst b/docs/faq.rst index 0f6e23316..37ef4b8dc 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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 ----------------------------------------------------------