kopia lustrzana https://github.com/bellingcat/auto-archiver
Temp fix for tests by setting path in manifest.
rodzic
43ef8f2aeb
commit
0c892f3cf1
|
@ -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",
|
||||
},
|
||||
|
|
Ładowanie…
Reference in New Issue