Try installing yt-dlp from linuxserver init script
This commit is contained in:
parent
f8d8f87fb4
commit
6ecd68f862
2 changed files with 6 additions and 3 deletions
3
modules/media-centre/10-install-yt-dlp.sh
Normal file
3
modules/media-centre/10-install-yt-dlp.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
apt-get update && apt-get install -y python3-pip
|
||||
python3 -m pip install -U yt-dlp
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue