aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-13 12:22:53 +0300
committerThanos Apollo <[email protected]>2023-10-13 12:22:53 +0300
commit10b4d997bde31ca7921590d8a6a3fa0a40174c23 (patch)
tree0408f10fed26e98f5c41bfdc24ebf071e6f7da19 /yeetube.el
parentc977d44883625fac0b179f6bdf1db023f1c5dfb2 (diff)
yeetube: Add todo's and update docstrings
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el4
1 files changed, 3 insertions, 1 deletions
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: