diff options
-rw-r--r-- | yeetube-mpv.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yeetube-mpv.el b/yeetube-mpv.el index ae46005..f0c7881 100644 --- a/yeetube-mpv.el +++ b/yeetube-mpv.el @@ -37,6 +37,9 @@ (defvar yeetube-mpv-path (executable-find "mpv") "Path for mpv executable.") +(defvar yeetube-mpv-torsocks (executable-find "torsocks") + "Path to torsocks executable.") + (defun yeetube-mpv-check () "Check if mpv and yt-dlp is installed." (unless (and (executable-find "mpv") |