diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-26 19:48:39 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-26 19:48:39 -0500 |
commit | b82d2dd9bce18b500a621a3c5e49dad5bd81bc21 (patch) | |
tree | f682610583c0cc2ffc3132fa0e3f53a44138c2fc | |
parent | 2e031a449a789fe086245620703b1ae46388e2f7 (diff) | |
download | livie-b82d2dd9bce18b500a621a3c5e49dad5bd81bc21.tar.lz livie-b82d2dd9bce18b500a621a3c5e49dad5bd81bc21.tar.xz livie-b82d2dd9bce18b500a621a3c5e49dad5bd81bc21.zip |
Add show URL playing in *Messages* buffer
-rw-r--r-- | livie.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |