diff --git a/main.py b/main.py index dceccb0..2431e59 100644 --- a/main.py +++ b/main.py @@ -53,8 +53,6 @@ class BiliWebCrawler: 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36', 'Referer': f'https://www.bilibili.com/video/{self.bvid}', 'Accept-Language': 'zh-CN,zh;q=0.9,en;q=0.8', - 'Accept-Encoding': 'gzip, deflate, br' - '' } if cookie: self.headers['Cookie'] = cookie