aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yeetube.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index 6d4f898..f112db5 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -90,7 +90,10 @@ Example Usage:
(defvar yeetube-last-played nil
"Last played url.")
-;; TODO: Rewrite without hardcoding youtube.com
+(defvar yeetube-url "https://youtube.com/watch?v="
+ "URL used to play videos from.
+
+You can change the value to an invidious instance.")
(defun yeetube-get-url ()
"Get url for subject in *yeetube* buffer at point."
(let ((video-url (concat "https://youtube.com/watch?v="