From 633216ac81724463f0b419712c72d6ff0b40c93f Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 5 Jul 2023 11:05:27 +0300 Subject: Update commentary & default url --- yeetube.el | 10 ++++++---- 1 file 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 -- cgit v1.2.3