1
0
Fork 0
platypush/platypush/plugins/youtube/manifest.yaml
Fabio Manganiello 44d4ae2a96
[media] Made the youtube-dl executable configurable.
`youtube-dl` is mostly dead and there are several forks available, thus
we need to give the user the ability to pick which `youtube-dl`
executable fork they want to use.

Among these, `yt-dlp` is probably the most maintained today and it's
also included in many default repos, so it's been added as an extra
requirement for all the media plugins.

Closes: 
2023-11-04 11:57:09 +01:00

15 lines
209 B
YAML

manifest:
events: {}
install:
apk:
- yt-dlp
apt:
- yt-dlp
dnf:
- yt-dlp
pacman:
- yt-dlp
pip:
- yt-dlp
package: platypush.plugins.youtube
type: plugin