diff options
author | Thanos Apollo <[email protected]> | 2023-10-13 12:22:53 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-13 12:22:53 +0300 |
commit | 10b4d997bde31ca7921590d8a6a3fa0a40174c23 (patch) | |
tree | 0408f10fed26e98f5c41bfdc24ebf071e6f7da19 | |
parent | c977d44883625fac0b179f6bdf1db023f1c5dfb2 (diff) |
yeetube: Add todo's and update docstrings
-rw-r--r-- | yeetube.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |