Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _strip_html
Function
_strip_html
deployments/feishu/daily-push-agent/main.py:116–117 ·
view source on GitHub ↗
(text: Any)
Source
from the content-addressed store, hash-verified
114
115
116
def
_strip_html(text: Any) -> str:
117
return
re.sub(r
"<[^>]+>"
,
" "
, str(text or
""
)).replace(
" "
,
" "
).strip()
118
119
120
def
_parse_feed_date(value: Any) -> str:
Callers
1
fetch_one_feed
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected