introduced support for cookies.txt file and user-agent

This commit is contained in:
2024-10-29 15:02:42 +01:00
parent 79da502944
commit c6734c3d99
3 changed files with 21 additions and 6 deletions

View File

@@ -8,6 +8,10 @@ is_proxied = false
api_key = ""
api_key_admin = ""
[extractor]
user-agent = "" # leave empty for default
cookies_path = "" # leave empty for none
[admin]
# List of users with admin priviledges.
admins = ["admin"]