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

Function normalize_url

scripts/add_feed_to_tiny.py:37–38  ·  view source on GitHub ↗
(url: str)

Source from the content-addressed store, hash-verified

35
36
37def normalize_url(url: str) -> str:
38 return (url or "").strip()
39
40
41def is_http_url(url: str) -> bool:

Callers 7

is_rss_outlineFunction · 0.70
_extract_atom_html_urlFunction · 0.70
_build_feed_metadataFunction · 0.70
find_existing_feed_nodeFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected