From b11d35482a7425b145c5cd32b4acc317f5dd273e Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Tue, 7 May 2024 16:20:23 +0800 Subject: [PATCH] yt-dlp: (chore) Add plugins directory (#5655) * yt-dlp: fix plugins directory name * yt-dlp: add old plugins directory --- bucket/yt-dlp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bucket/yt-dlp.json b/bucket/yt-dlp.json index 07390f1115..1e401b85c6 100644 --- a/bucket/yt-dlp.json +++ b/bucket/yt-dlp.json @@ -20,7 +20,8 @@ "pre_install": "if (-not (Test-Path \"$persist_dir\\yt-dlp.conf\")) { New-Item \"$dir\\yt-dlp.conf\" -ItemType file | Out-Null }", "persist": [ "yt-dlp.conf", - "ytdlp_plugins" + "ytdlp_plugins", + "yt-dlp-plugins" ], "checkver": "github", "autoupdate": {