AddRequestsKwargs
Hierarchy
- EnqueueLinksKwargs
- AddRequestsKwargs
Index
Properties
base_url
Base URL to be used for relative URLs.
exclude
List of regular expressions or globs that URLs must not match to be enqueued.
include
List of regular expressions or globs that URLs must match to be enqueued.
limit
Maximum number of requests to be enqueued.
requests
Requests to be added to the RequestManager
.
strategy
Enqueueing strategy, see the EnqueueStrategy
enum for possible values and their meanings.
Keyword arguments for the
add_requests
methods.