Encapsulates the logic of gradually enhancing the crawling context with additional information and utilities.
The enhancement is done by a chain of middlewares that are added to the pipeline after it's creation.
Index Methods __call__Run a crawling context through the middleware chain and pipe it into a consumer function.
Exceptions from the consumer function are wrapped together with the final crawling context.
ParametersAdd a middleware to the pipeline.
The middleware should yield exactly once, and it should yield an (optionally) extended crawling context object. The part before the yield can be used for initialization and the part after it for cleanup.
ParametersRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4