Skip to content

Commit d479392

Browse files
authored
Update fgourl.py
1 parent 055d143 commit d479392

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

fgourl.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,10 @@ def get_folder_data(assetbundle):
6161

6262

6363
httpheader = {
64-
'Accept-Encoding': 'gzip, identity',
65-
'User-Agent': user_agent_,
64+
'Accept-Encoding': 'deflate, gzip',
6665
'Content-Type': 'application/x-www-form-urlencoded',
67-
'Connection': 'Keep-Alive, TE',
66+
'User-Agent': user_agent_,
6867
'X-Unity-Version': '2020.3.34f1',
69-
'TE': 'identity',
7068
}
7169

7270

0 commit comments

Comments
 (0)