Update for pot providers list

pull/222/head
erinhmclark 2025-03-25 18:27:06 +00:00
rodzic 040a864d5c
commit 633290a9cc
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -74,6 +74,11 @@ If you are having issues with the extractor, you can review the version of `yt-d
"default": "inf", "default": "inf",
"help": "Use to limit the number of videos to download when a channel or long page is being extracted. 'inf' means no limit.", "help": "Use to limit the number of videos to download when a channel or long page is being extracted. 'inf' means no limit.",
}, },
"pot_providers": {
"default": ["bgutils"],
"type": "list",
"help": "The Proof of origin provider methods to use. Set to an empty list: [] to disable.",
},
"extractor_args": { "extractor_args": {
"default": {}, "default": {},
"help": "Additional arguments to pass to the yt-dlp extractor. See https://github.com/yt-dlp/yt-dlp/blob/master/README.md#extractor-arguments.", "help": "Additional arguments to pass to the yt-dlp extractor. See https://github.com/yt-dlp/yt-dlp/blob/master/README.md#extractor-arguments.",