update rss_proxy.py

* testing fixes description
This commit is contained in:
2025-03-05 20:49:45 +03:00
parent 4738908557
commit 0bc4778fca

View File

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