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