mirror of
https://github.com/NohamR/gofilepy.git
synced 2026-01-09 07:48:17 +00:00
Add comment explaining x-website-token header value
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user