Advertisement
dereksir

Untitled

Aug 16th, 2023
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1. DOWNLOAD_HANDLERS = {
  2.     "http": "scrapy_playwright.handler.ScrapyPlaywrightDownloadHandler",
  3.     "https": "scrapy_playwright.handler.ScrapyPlaywrightDownloadHandler",
  4. }
  5.  
  6. TWISTED_REACTOR = "twisted.internet.asyncioreactor.AsyncioSelectorReactor"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement