From 00bc2572c96b238287e1f1391306c2cbc012b6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Sat, 13 Dec 2025 15:50:38 +0100 Subject: [PATCH] Add comment explaining x-website-token header value --- src/gofilepy/client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gofilepy/client.py b/src/gofilepy/client.py index 6fe5712..7e36718 100644 --- a/src/gofilepy/client.py +++ b/src/gofilepy/client.py @@ -264,6 +264,9 @@ class GofileClient: } headers = { # to avoid error-notPremium + # from https://gofile.io/dist/js/config.js + # appdata.wt = "4fd6sg89d7s6" + # is it constant? seems so? "x-website-token": "4fd6sg89d7s6" } return self._request(