Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/crawlee/request_loaders/_sitemap_request_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(
"""Initialize the sitemap request loader.

Args:
sitemap_urls: Configuration options for the loader.
sitemap_urls: List of sitemap URLs to fetch and parse for request URLs.
proxy_info: Optional proxy to use for fetching sitemaps.
include: List of glob or regex patterns to include URLs.
exclude: List of glob or regex patterns to exclude URLs.
Expand Down
Loading