Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zer0yu/CyberSecurityRSS
/ strip_namespace
Function
strip_namespace
scripts/add_feed_to_tiny.py:46–47 ·
view source on GitHub ↗
(tag: str)
Source
from the content-addressed store, hash-verified
44
45
46
def
strip_namespace(tag: str) -> str:
47
return
tag.rsplit(
"}"
, 1)[-1].lower()
48
49
50
def
is_rss_outline(node: ET.Element) -> bool:
Callers
5
_find_text_child
Function · 0.70
_find_first_child
Function · 0.70
_extract_atom_html_url
Function · 0.70
parse_feed_metadata
Function · 0.70
parse_feed_metadata_stream
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected