[gofile] fix 401 Unauthorized errors (#2632)

This commit is contained in:
Mike Fährmann
2022-06-01 12:59:52 +02:00
parent 8a42d859bf
commit e0ac358aa5
3 changed files with 53 additions and 23 deletions

View File

@@ -1355,6 +1355,21 @@ Description
If not set, a temporary guest token will be used.
extractor.gofile.website-token
------------------------------
Type
``string``
Default
``"12345"``
Description
API token value used during API requests.
A 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.
extractor.gofile.recursive
--------------------------
Type

View File

@@ -113,6 +113,10 @@
{
"format": ["mp4", "webm", "mobile", "gif"]
},
"gofile": {
"api-token": null,
"website-token": "12345"
},
"hentaifoundry":
{
"include": "pictures"