File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 Route ,
2525)
2626from scrapy import Spider , signals
27- from scrapy .core .downloader .handlers .http import HTTPDownloadHandler
27+ from scrapy .core .downloader .handlers .http11 import HTTP11DownloadHandler
2828from scrapy .crawler import Crawler
2929from scrapy .exceptions import NotSupported , ScrapyDeprecationWarning
3030from scrapy .http import Request , Response
@@ -133,7 +133,7 @@ def from_settings(cls, settings: Settings) -> "Config":
133133 return cfg
134134
135135
136- class ScrapyPlaywrightDownloadHandler (HTTPDownloadHandler ):
136+ class ScrapyPlaywrightDownloadHandler (HTTP11DownloadHandler ):
137137 playwright_context_manager : Optional [PlaywrightContextManager ] = None
138138 playwright : Optional [AsyncPlaywright ] = None
139139
You can’t perform that action at this time.
0 commit comments