From ccfa1c47efa31387d67316f8cffc4cd20ca6c957 Mon Sep 17 00:00:00 2001 From: Nasu Ni Furenaide <109841184+DNNDHH@users.noreply.github.com> Date: Wed, 13 Mar 2024 17:04:09 +0900 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B8=B8=E6=88=8Funtiy?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fgourl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fgourl.py b/fgourl.py index 1b44f1e5..43cd3309 100644 --- a/fgourl.py +++ b/fgourl.py @@ -65,6 +65,7 @@ def get_folder_data(assetbundle): 'User-Agent': user_agent_, 'Content-Type': 'application/x-www-form-urlencoded', 'Connection': 'Keep-Alive, TE', + 'X-Unity-Version': '2020.3.34f1', 'TE': 'identity', }