From 087eaaf7ce53ff62d0f0df0c3a510cf7cd4b39af Mon Sep 17 00:00:00 2001 From: bacon Date: Wed, 5 Mar 2025 20:13:47 +0300 Subject: [PATCH] update rss_proxy.py * testing fixes description --- proxy/rss_proxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/rss_proxy.py b/proxy/rss_proxy.py index 596bb0a..c36c413 100755 --- a/proxy/rss_proxy.py +++ b/proxy/rss_proxy.py @@ -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: