Temp fix for tests by setting path in manifest.

pull/222/head
erinhmclark 2025-03-18 11:44:08 +00:00
rodzic 43ef8f2aeb
commit 0c892f3cf1
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -27,5 +27,5 @@ cd "$BGUTIL_DIR/server" || exit 1
yarn install --frozen-lockfile
npx tsc
# The built script is now available and can be used by the generic extractor
# The transpiled POT generation script is now available and will be used automatically by the generic extractor
echo "PO Token provider script is ready: $BGUTIL_DIR/server/build/generate_once.js"

Wyświetl plik

@ -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.",
},
"extractor_args": {
"default": {},
"default": {"youtube": {"getpot_bgutil_script": "scripts/potoken_provider/bgutil-ytdlp-pot-provider/server/build/generate_once.js"}},
"help": "Additional arguments to pass to the yt-dlp extractor. See https://github.com/yt-dlp/yt-dlp/blob/master/README.md#extractor-arguments.",
"type": "json_loader",
},