aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-09 09:10:24 +0200
committerThanos Apollo <[email protected]>2024-02-09 18:38:45 +0200
commit9f3d9962279df31659e3d0d6b0bfe232e2edac9a (patch)
tree7fd84dda3b90ace833203dcaae1481f02a0c3d29
parent9d1430c90b21b4ada69af9ec29d199546205c148 (diff)
Add yeetube-mpv-video-quality
-rw-r--r--yeetube-mpv.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/yeetube-mpv.el b/yeetube-mpv.el
index 474b88f..cd436e6 100644
--- a/yeetube-mpv.el
+++ b/yeetube-mpv.el
@@ -40,6 +40,11 @@
(defvar yeetube-mpv-torsocks (executable-find "torsocks")
"Path to torsocks executable.")
+(defvar yeetube-mpv-video-quality "720"
+ "Video resolution/quality
+
+Accepted values include: 1080, 720, 480, 360, 240, 144")
+
(defun yeetube-mpv-toggle-torsocks ()
"Toggle torsocks."
(interactive)