From f17958645cb9ea2ac76142e3da3194a9cef139bf Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 1 Aug 2023 12:02:21 +0300 Subject: Add autoloads --- yeetube.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3