From 10b4d997bde31ca7921590d8a6a3fa0a40174c23 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 13 Oct 2023 12:22:53 +0300 Subject: yeetube: Add todo's and update docstrings --- yeetube.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'yeetube.el') diff --git a/yeetube.el b/yeetube.el index b94b633..d7868ee 100644 --- a/yeetube.el +++ b/yeetube.el @@ -90,6 +90,7 @@ Example Usage: (defvar yeetube-last-played nil "Last played url.") +;; TODO: Rewrite without hardcoding youtube.com (defun yeetube-get-url () "Get url for subject in *yeetube* buffer at point." (let ((video-url (concat "https://youtube.com/watch?v=" @@ -278,9 +279,10 @@ Optional values: (yeetube-download--ytdlp url nil yeetube-download-audio-format) (message "Downloading %s " url))))) +;; TODO: Add option to use ffmpeg ;;;###autoload (defun yeetube-download-videos () - "Download one or multiple videos using yt-dlp. + "Bulk download videos using yt-dlp. This command is not meant to be used in the *Yeetube Search* buffer. Usage Example: -- cgit v1.2.3