diff options
-rw-r--r-- | yeetube.el | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -5,8 +5,8 @@ ;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions youtube videos ;; URL: https://git.thanosapollo.com/yeetube -;; Version: 2.0.4 -(defvar yeetube--version '2.0.4) +;; Version: 2.0.5 + ;; Package-Requires: ((emacs "29.1")) @@ -34,6 +34,8 @@ (require 'yeetube-buffer) (require 'yeetube-mpv) +(defvar yeetube--version '2.0.5) + (defgroup yeetube nil "Youtube Front-end." :group 'external @@ -220,7 +222,7 @@ then for item." "Download URL using yt-dlp. Optional values: - NAME to specify file. + NAME for custom file name. AUDIO-FORMAT to extract and keep contents as specified audio-format only." (unless yeetube-ytdlp (error "Executable for yt-dlp not found. Please install yt-dlp")) |