MCPcopy
hub / github.com/zer0yu/CyberSecurityRSS / FeedMetadata

Class FeedMetadata

scripts/add_feed_to_tiny.py:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30@dataclass(frozen=True)
31class FeedMetadata:
32 title: str
33 html_url: str
34 xml_url: str
35
36
37def normalize_url(url: str) -> str:

Calls

no outgoing calls