diff options
-rw-r--r-- | livie.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -461,7 +461,7 @@ If ARG is given, make a new search." (start-process "livie mpv" nil "mpv" (concat "https://www.youtube.com/watch?v=" id - "--ytdl-format=bestvideo[height<=?720]+bestaudio/best")) + "--ytdl-format=bestvideo[vcodec!=av01.0.05M.08]+bestaudio/best[vcodec!=av01.0.05M.08]")) (message "Starting streaming...")) (message "It's not a video"))) |