Skip to content

Commit ad43740

Browse files
DJTable: Remove accept-encoding header from request headers (#183)
1 parent 3b3c76d commit ad43740

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎点歌台/__init__.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def search_music(self, music_name, player):
8585
headers = {
8686
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36 Edg/145.0.0.0",
8787
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
88-
"Accept-Encoding": "gzip, deflate, br, zstd",
8988
"Accept-Language": "zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6",
9089
"Connection": "keep-alive",
9190
"Host": "www.midishow.com",

0 commit comments

Comments
 (0)