Fix default config

This commit is contained in:
erinhmclark
2025-03-26 17:33:00 +00:00
parent 093ce34a6a
commit 2cad5edea8
2 changed files with 3 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ If you are having issues with the extractor, you can review the version of `yt-d
"help": "Use to limit the number of videos to download when a channel or long page is being extracted. 'inf' means no limit.",
},
"bguils_po_token_method": {
"default": "auto",
"default": "default",
"help": "Set up a Proof of origin token provider. This process has additional requirements. See [authentication](https://auto-archiver.readthedocs.io/en/latest/how_to/authentication_how_to.html) for more information.",
"choices": ["default", "script", "disabled"],
},