diff --git a/rssparser.py b/rssparser.py index 94e79af..8432a00 100644 --- a/rssparser.py +++ b/rssparser.py @@ -355,7 +355,7 @@ class RSSParser: def parse(self, fn: str): try: if fn.find('://') > -1: - header = {"Accept-Encoding": "gzip, deflate, br"} + header = {"Accept-Encoding": "gzip, deflate"} re = requests.get(fn, headers=header) re.encoding = 'utf8' if re.status_code == 200: