diff options
author | Thanos Apollo <[email protected]> | 2023-08-01 12:02:21 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-01 12:02:21 +0300 |
commit | f17958645cb9ea2ac76142e3da3194a9cef139bf (patch) | |
tree | 6a403ac299745e5e3c0df88c17f4219f85980f11 /yeetube.el | |
parent | bde0753a94510d9bce4964359d9db79836836df3 (diff) |
Add autoloads
Diffstat (limited to 'yeetube.el')
-rw-r--r-- | yeetube.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |