mirror of https://github.com/scrapy/scrapy.git
Fix docs-tests
This commit is contained in:
parent
cdabf42584
commit
3ad7d29fa9
|
|
@ -60,6 +60,10 @@ for them through the :reqmeta:`download_handler` metadata key:
|
|||
"playwright": "scrapy_playwright.handler.ScrapyPlaywrightDownloadHandler",
|
||||
}
|
||||
|
||||
.. invisible-code-block: python
|
||||
|
||||
from scrapy import Request
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
Request("https://example.com", meta={"download_handler": "playwright"})
|
||||
|
|
|
|||
Loading…
Reference in New Issue