[gofile] automatically fetch 'website-token' by default

the hardcoded token changed yet again
This commit is contained in:
Mike Fährmann
2023-05-20 16:58:21 +02:00
parent e3fed9bd17
commit 77abcf5ab3
3 changed files with 9 additions and 12 deletions

View File

@@ -1686,15 +1686,14 @@ extractor.gofile.website-token
------------------------------
Type
``string``
Default
``"abcde"``
Description
API token value used during API requests.
A not up-to-date value will result in ``401 Unauthorized`` errors.
An invalid or not up-to-date value
will result in ``401 Unauthorized`` errors.
Setting this value to ``null`` will do an extra HTTP request to fetch
the current value used by gofile.
Keeping this option unset will use an extra HTTP request
to attempt to fetch the current value used by gofile.
extractor.gofile.recursive

View File

@@ -129,7 +129,7 @@
},
"gofile": {
"api-token": null,
"website-token": "12345"
"website-token": null
},
"hentaifoundry":
{