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

Function normalize_url

scripts/opml_sync.py:120–121  ·  view source on GitHub ↗
(url: str)

Source from the content-addressed store, hash-verified

118
119
120def normalize_url(url: str) -> str:
121 return (url or "").strip()
122
123
124def is_http_url(url: str) -> bool:

Callers 3

collect_rss_urlsFunction · 0.70
visitFunction · 0.70
sync_tiny_to_fullFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected