summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org-yt.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/org-yt.el b/org-yt.el
index 6db46a0..e605861 100644
--- a/org-yt.el
+++ b/org-yt.el
@@ -24,6 +24,16 @@
;;; Code:
+(defcustom yt-download-audio-format nil
+ "Select download video as audio FORMAT.
+If nil yt-download-videos output will be the default format.
+
+Example Usage:
+ (setq yt-download-audio-format \"m4a\")"
+ :type 'string
+ :group 'youtube)
+
+
;; TODO: play a video link using a video player from an org-mode read only buffer