mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
Temp fix for tests by setting path in manifest.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user