Try installing yt-dlp from linuxserver init script

This commit is contained in:
Ben Martin 2024-06-18 19:48:00 +01:00
parent f8d8f87fb4
commit 6ecd68f862
No known key found for this signature in database
GPG key ID: 14071E92F0190C61
2 changed files with 6 additions and 3 deletions

View file

@ -38,10 +38,10 @@
}
]
},
"Artifacts": [
"Templates": [
{
"GetterSource": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp",
"RelativeDest": "usr/local/bin/yt-dlp"
"SourcePath": "./10-install-yt-dlp.sh",
"DestPath": "/custom-cont-init.d/10-install-yt-dlp.sh"
}
],
"Env": {