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
|
Loading…
Add table
Add a link
Reference in a new issue