Add show URL playing in *Messages* buffer
This commit is contained in:
parent
2e031a449a
commit
b82d2dd9bc
2
livie.el
2
livie.el
@ -471,7 +471,7 @@ If ARG is given, make a new search."
|
|||||||
(setq quality-arg (format "--ytdl-format=[height<=?%s]" quality-val)))
|
(setq quality-arg (format "--ytdl-format=[height<=?%s]" quality-val)))
|
||||||
|
|
||||||
(start-process "livie-mpv" nil "mpv" (format "https://www.youtube.com/watch?v=%s" id) quality-arg)
|
(start-process "livie-mpv" nil "mpv" (format "https://www.youtube.com/watch?v=%s" id) quality-arg)
|
||||||
(message "Opening [youtube] %s with height≤%s with mpv..." id quality-val))
|
(message "Playing [%s/watch?v=%s] with height≤%s with mpv..." livie-invidious-api-url id quality-val))
|
||||||
(message "It's not a video")))
|
(message "It's not a video")))
|
||||||
|
|
||||||
(defun livie-yank-channel-feed (&optional arg)
|
(defun livie-yank-channel-feed (&optional arg)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user