yt-dlp: (chore) Add plugins directory (#5655)

* yt-dlp: fix plugins directory name

* yt-dlp: add old plugins directory
This commit is contained in:
Leo Liu 2024-05-07 16:20:23 +08:00 committed by GitHub
parent 13ef8376ea
commit b11d35482a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }", "pre_install": "if (-not (Test-Path \"$persist_dir\\yt-dlp.conf\")) { New-Item \"$dir\\yt-dlp.conf\" -ItemType file | Out-Null }",
"persist": [ "persist": [
"yt-dlp.conf", "yt-dlp.conf",
"ytdlp_plugins" "ytdlp_plugins",
"yt-dlp-plugins"
], ],
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {