aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-05 11:05:27 +0300
committerThanos Apollo <[email protected]>2023-07-05 18:14:02 +0300
commit633216ac81724463f0b419712c72d6ff0b40c93f (patch)
treeb0fe050f0ed31f61f6eba35b9828a82c25e91f98
parent38efa68587b05a57e16584191fea68a096c9144d (diff)
Update commentary & default url
-rw-r--r--yeetube.el10
1 files changed, 6 insertions, 4 deletions
diff --git a/yeetube.el b/yeetube.el
index fe03ab7..b59a934 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -1,4 +1,4 @@
-;;; yeetube.el --- Watch & Download Videos -*- lexical-binding: t; -*-
+;;; yeetube.el --- YouTube/Invidious Front End -*- lexical-binding: t; -*-
;; Copyright (C) 2023 Thanos Apollo
@@ -23,8 +23,10 @@
;;; Commentary:
-;; Search, play and downlaod videos from your desired video search
-;; engine from Emacs.
+;; Search, play and downlaod videos from YouTube or any Invidious instance,
+;; including localhost.
+
+;; This package does not use YouTube/Invidious API.
;;; Code:
@@ -50,7 +52,7 @@
:safe #'stringp
:group 'yeetube)
-(defcustom yeetube-query-url "https://www.youtube.com/results?search_query="
+(defcustom yeetube-query-url "https://www.youtube.com"
"Search URL."
:type 'string
:safe #'stringp