From b7081b91d153b8055654e9387b9d0f86494f81d9 Mon Sep 17 00:00:00 2001 From: Brian Le Date: Mon, 9 Sep 2024 10:52:12 -0700 Subject: [PATCH] Update README.md Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c68abae..f338cc9 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ This will automatically install [coletdjnz's POT plugin framework](https://githu If using option (a) HTTP Server for the provider, use yt-dlp like normal 🙂. -If using option (b) script for the provider, you need to pass extractor arguments including the path to the generation script for each yt-dlp call. Make sure to point to the transpiled version, `server/build/generate_once.js` +If using option (b) script for the provider, you need to pass the extractor argument `getpot_bgutil_script` to `youtube` for each yt-dlp call. The argument should include the path to the transpiled generation script (`server/build/generate_once.js`). E.g. `--extractor-args "youtube:getpot_bgutil_script=$WORKSPACE/bgutil-ytdlp-pot-provider/server/build/generate_once.js"` ```shell ./yt-dlp --extractor-args "youtube:getpot_bgutil_script=/home/user/bgutil-ytdlp-pot-provider/server/build/generate_once.js"