~heckyel/livie

b82d2dd9bce18b500a621a3c5e49dad5bd81bc21 — Jesús 3 years ago 2e031a4
Add show URL playing in *Messages* buffer
1 files changed, 1 insertions(+), 1 deletions(-)

M livie.el
M livie.el => livie.el +1 -1
@@ 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)