fix: prefer android_vr extractor by default

this is possibly one of the last known extractors unaffected by
signature extraction and decryption shenanigans, which cripples load
times on lower-end hardware
This commit is contained in:
2025-09-28 07:47:17 +02:00
parent 45073fff67
commit 4a311f185c
3 changed files with 12 additions and 7 deletions

View File

@@ -11,8 +11,9 @@ api_key = "" # Leave empty API key for public access to non-sensitive backend
api_key_admin = "CHANGEME" # Empty *admin* API key will autogenerate a random one every launch.
[extractor]
user-agent = "" # Leave empty for default (Firefox ESR).
cookies_path = "" # Leave empty for none.
user-agent = "" # Leave empty for default (Firefox ESR).
cookies_path = "" # Leave empty for none.
preferred_extractor = "" # Leave empty for default (android_vr).
[proxy]
user-agent = "" # Leave empty for default (Firefox ESR).