diff options
author | Thanos Apollo <[email protected]> | 2024-02-08 09:22:26 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-08 09:22:26 +0200 |
commit | 059300a2e0303e325332c4486f8b97396748184e (patch) | |
tree | e2eac5300e563020831801f388a97dc71bd4c271 | |
parent | 3394d74ed564ac0e0fe9e66112b04e87c21a75a3 (diff) |
Add yeetube-mpv-torsocks
-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") |