diff options
author | Thanos Apollo <[email protected]> | 2023-10-03 09:44:54 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-03 09:44:54 +0300 |
commit | 8e71e293066bab76da2165c568731becc841d7d9 (patch) | |
tree | 7c6ad1d97e926d12744451f788b390b1df5209ec | |
parent | 31afc3475d3650b48b93281767c839fcc74ef2c6 (diff) |
yeetube-download-ytdlp: Remove (interactive)
yeetube-download-ytdlp is not meant to be used interactively.
-rw-r--r-- | yeetube.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -222,7 +222,6 @@ then for item." Optional values: NAME to specify file. AUDIO-FORMAT to extract and keep contents as specified audio-format only." - (interactive) (unless yeetube-ytdlp (error "Executable for yt-dlp not found. Please install yt-dlp")) (call-process-shell-command |