wangkun 2 years ago
parent
commit
a375a4be12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/xigua_follow.py

+ 1 - 1
main/xigua_follow.py

@@ -91,7 +91,7 @@ class Follow:
         try:
             url = 'https://www.ixigua.com/api/mixVideo/information?'
             headers = {
-                "accept-encoding": "gzip, deflate, br",
+                "accept-encoding": "gzip, deflate",
                 "accept-language": "zh-CN,zh-Hans;q=0.9",
                 "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) "
                               "AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15",