summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkatsuki Rui2021-10-27 18:48:00 +0000
committerAkatsuki Rui2021-10-27 18:48:00 +0000
commitcfc1057fe2d1c83b34a16c7ccff7e82c51fe21ce (patch)
tree146c380ad436c3b4f171e7db7bcffa83b07d94f1
parentfda30d841161e10c49869491d3dee49e00795b4f (diff)
downloadaur-cfc1057fe2d1c83b34a16c7ccff7e82c51fe21ce.tar.gz
update install message
-rw-r--r--mpv-handler.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv-handler.install b/mpv-handler.install
index 6ccec1a81bcd..c1b15488d9b7 100644
--- a/mpv-handler.install
+++ b/mpv-handler.install
@@ -10,7 +10,7 @@ note() {
post_install() {
note "Don't forget install youtube-dl or yt-dlp for mpv ytdl-hook support"
note "The upstream mpv uses yt-dlp by default, But not yet released"
- note "If you want to use yt-dlp, you need to set \"ytdl_path=yt-dlp\" in mpv.conf"
+ note "If you want to use yt-dlp, you need to set \"script-opts=ytdl_hook-ytdl_path=yt-dlp\" in mpv.conf"
}
post_upgrade() {