update rss_proxy.py

* testing fixes description
This commit is contained in:
2025-03-05 20:13:47 +03:00
parent 2dce4609f6
commit 087eaaf7ce

View File

@@ -86,6 +86,7 @@ def init_proxy(app):
cached_item = rdb.get(cache_key)
title = item.find("title")
print(title.text)
title.text = re.sub(r'&#\d+;', '', title.text)
if cached_item: