Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
31
class
FeedMetadata:
32
title: str
33
html_url: str
34
xml_url: str
35
36
37
def
normalize_url(url: str) -> str:
Callers
3
test_add_feed_creates_missing_category
Method · 0.90
test_add_feed_skips_duplicate_xml_url
Method · 0.90
_build_feed_metadata
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_add_feed_creates_missing_category
Method · 0.72
test_add_feed_skips_duplicate_xml_url
Method · 0.72