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 '