Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
37
def
normalize_url(url: str) -> str:
38
return
(url or
""
).strip()
39
40
41
def
is_http_url(url: str) -> bool:
Callers
7
is_rss_outline
Function · 0.70
_extract_atom_html_url
Function · 0.70
_build_feed_metadata
Function · 0.70
parse_feed_metadata_stream
Function · 0.70
find_existing_category_for_url
Function · 0.70
find_existing_feed_node
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected