Add the Jackett widget

- add the follow-redirect package
- add the tough-cookie package

Jackett API uses a redirect mechanism to set a CSRF token.
This CSRF token is stored in a cookie that is required to
be present or the API won't work.
This commit is contained in:
Jason Fischer
2022-09-14 10:46:52 -07:00
parent 945ed854a4
commit f750876425
8 changed files with 135 additions and 5 deletions

View File

@@ -139,5 +139,9 @@
"numberOfQueries": "Queries",
"numberOfFailGrabs": "Fail Grabs",
"numberOfFailQueries": "Fail Queries"
},
"jackett": {
"configured": "Configured",
"errored": "Errored"
}
}