summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-01 12:02:21 +0300
committerThanos Apollo <[email protected]>2023-08-01 12:02:21 +0300
commitf17958645cb9ea2ac76142e3da3194a9cef139bf (patch)
tree6a403ac299745e5e3c0df88c17f4219f85980f11
parentbde0753a94510d9bce4964359d9db79836836df3 (diff)
Add autoloads
-rw-r--r--yeetube.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index 6162b3c..3326416 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -315,7 +315,7 @@ PREFIX [[URL/watch?v=VIDEOID][VIDEOTITLE ]]"
(pop yeetube--video-ids)
(push title yeetube--video-titles)))))))
-
+;;;###autoload
(defun yeetube-download-video ()
"Download using link at point in an `'org-mode buffer with yt-dlp."
(interactive)
@@ -334,6 +334,7 @@ PREFIX [[URL/watch?v=VIDEOID][VIDEOTITLE ]]"
(shell-quote-argument url)))
(message "Downloading %s " url))))))
+;;;###autoload
(defun yeetube-download-videos ()
"Download one or multiple videos using yt-dlp.