diff options
author | Thanos Apollo <[email protected]> | 2023-07-05 11:05:27 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-05 18:14:02 +0300 |
commit | 633216ac81724463f0b419712c72d6ff0b40c93f (patch) | |
tree | b0fe050f0ed31f61f6eba35b9828a82c25e91f98 | |
parent | 38efa68587b05a57e16584191fea68a096c9144d (diff) |
Update commentary & default url
-rw-r--r-- | yeetube.el | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |