Update docs/topics/dynamic-content.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Eugenio Lacuesta 2021-07-28 14:29:50 -03:00 committed by GitHub
parent b6c5289fb9
commit 494e0ad8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -272,10 +272,10 @@ The following is a simple snippet to illustrate its usage within Scrapy::
For this example to work, Scrapy needs to be running on top of the
:ref:`asyncio reactor <install-asyncio>`.
Keep in mind that this is just a proof of concept, since it circumvents
most of the Scrapy components (middlewares, dupefilter, etc).
The following is a list of 3rd party projects which provide better integration:
Using pypeteer_ directly circumvents most of the
Scrapy components (middlewares, dupefilter, etc). Use
one of the following Scrapy plugins for better integration
with Scrapy:
* https://github.com/elacuesta/scrapy-pyppeteer
* https://github.com/lopuhin/scrapy-pyppeteer