Skip to content

docs(readme): align CLI integration arg and provider debug sample with current plugin behavior - #112

Merged
jim60105 merged 2 commits into
masterfrom
copilot/update-readme-instructions
Jul 31, 2026
Merged

docs(readme): align CLI integration arg and provider debug sample with current plugin behavior#112
jim60105 merged 2 commits into
masterfrom
copilot/update-readme-instructions

Conversation

Copilot AI commented Jul 31, 2026

Copy link
Copy Markdown

README 的 CLI 整合指令與目前 getpot_bgutil_cli.py 的實際參數命名不一致,且驗證章節的 provider debug 範例已過時。此 PR 僅更新文件範例,讓使用者可直接套用目前插件行為。

  • CLI extractor args(文件修正)

    • 將 README 的 CLI 模式 yt-dlp 參數從舊的 youtubepot-bgutilscript:script_path 更新為目前使用的 youtubepot-bgutilcli:cli_path
  • Verification debug 範例(文件修正)

    • 將 provider 輸出範例更新為當前命名與版本格式:bgutil:cli-0.8.1bgutil:http-0.8.1
  • 更新後範例

    yt-dlp --extractor-args "youtubepot-bgutilcli:cli_path=/path/to/bgutil-pot" "VIDEO_URL"
    [debug] [youtube] [pot] PO Token Providers: bgutil:cli-0.8.1 (external), bgutil:http-0.8.1 (external)
    

Co-authored-by: jim60105 <16995691+jim60105@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README instructions to match plugin changes docs(readme): align CLI integration arg and provider debug sample with current plugin behavior Jul 31, 2026
Copilot AI requested a review from jim60105 July 31, 2026 02:22
@jim60105
jim60105 marked this pull request as ready for review July 31, 2026 02:52
@jim60105
jim60105 merged commit 1fc504a into master Jul 31, 2026
2 checks passed
@jim60105
jim60105 deleted the copilot/update-readme-instructions branch July 31, 2026 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update README instructions to match plugin changes

2 participants