From 059300a2e0303e325332c4486f8b97396748184e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 8 Feb 2024 09:22:26 +0200 Subject: Add yeetube-mpv-torsocks --- yeetube-mpv.el | 3 +++ 1 file changed, 3 insertions(+) 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") -- cgit v1.2.3