Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apify/crawlee-python
/ SitemapUrl
Class
SitemapUrl
src/crawlee/_utils/sitemap.py:42–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
@dataclass()
42
class
SitemapUrl:
43
loc: str
44
lastmod: datetime | None = None
45
changefreq: str | None = None
46
priority: float | None = None
47
origin_sitemap_url: str | None = None
48
49
50
@dataclass()
Callers
2
test_extract_metadata_sitemap
Function · 0.90
_process_sitemap_item
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_extract_metadata_sitemap
Function · 0.72