Add show URL playing in *Messages* buffer

This commit is contained in:
Jesús 2021-01-26 19:48:39 -05:00
parent 2e031a449a
commit b82d2dd9bc
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -471,7 +471,7 @@ If ARG is given, make a new search."
(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)
(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")))
(defun livie-yank-channel-feed (&optional arg)