From 5bd08d5803f1cc6cd78c42e3fc0779e945b20839 Mon Sep 17 00:00:00 2001 From: bacon Date: Wed, 5 Mar 2025 20:01:52 +0300 Subject: [PATCH] update rss_proxy.py * testing fixes description --- proxy/rss_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/rss_proxy.py b/proxy/rss_proxy.py index fe40382..9ed8dbd 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 '