Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
120
def
normalize_url(url: str) -> str:
121
return
(url or
""
).strip()
122
123
124
def
is_http_url(url: str) -> bool:
Callers
3
collect_rss_urls
Function · 0.70
visit
Function · 0.70
sync_tiny_to_full
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected