From e26f64a9e73de55ae7cdc3206d493dc4ec63e2b8 Mon Sep 17 00:00:00 2001 From: bacon Date: Wed, 5 Mar 2025 19:43:58 +0300 Subject: [PATCH] update rss_proxy.py * testing fixes description --- proxy/rss_proxy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxy/rss_proxy.py b/proxy/rss_proxy.py index 2ffcd2f..7b1a283 100755 --- a/proxy/rss_proxy.py +++ b/proxy/rss_proxy.py @@ -53,7 +53,7 @@ def init_proxy(app): r = requests.get(url, timeout=10, proxies=proxies) xml_data = r.text - xml_data = xml_data.replace("&", "&") + # xml_data = xml_data.replace("&", "&") _encoding = xml_data.split('encoding="')[1].split('"')[0] if '