feat(rss): add elfeed-tube behind +youtube

Close: #7612
Co-authored-by: edmundmiller <edmundmiller@users.noreply.github.com>
This commit is contained in:
Henrik Lissner
2024-08-25 17:22:17 -04:00
parent ea97adf9c7
commit 02ab7f3a79
4 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
;;; app/rss/doctor.el -*- lexical-binding: t; -*-
(when (modulep! +youtube)
(unless (executable-find "mpv")
(warn! "Couldn't find the mpv executable. Live transcripts with elfeed-tube-mpv will not work."))
(unless (or (executable-find "youtube-dl")
(executable-find "yt-dlp"))
(warn! "Couldn't find the 'youtube-dl' or 'yt-dlp' executables. Live transcripts with elfeed-tube-mpv will not work.")))