Add comment explaining x-website-token header value

This commit is contained in:
√(noham)²
2025-12-13 15:50:38 +01:00
parent ace62ec3f8
commit 00bc2572c9

View File

@@ -264,6 +264,9 @@ class GofileClient:
} }
headers = { headers = {
# to avoid error-notPremium # to avoid error-notPremium
# from https://gofile.io/dist/js/config.js
# appdata.wt = "4fd6sg89d7s6"
# is it constant? seems so?
"x-website-token": "4fd6sg89d7s6" "x-website-token": "4fd6sg89d7s6"
} }
return self._request( return self._request(