From e7492d4f91cf11f5c74ba4faedab1d6bd6151520 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 17 Aug 2023 05:58:10 +0300 Subject: change `Youtube/Invidious` to `Youtube & Invidious` --- yeetube.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'yeetube.el') diff --git a/yeetube.el b/yeetube.el index 029337d..11f14d1 100644 --- a/yeetube.el +++ b/yeetube.el @@ -1,4 +1,4 @@ -;;; yeetube.el --- YouTube/Invidious Front End -*- lexical-binding: t; -*- +;;; yeetube.el --- YouTube & Invidious Front End -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Thanos Apollo @@ -30,10 +30,10 @@ ;; Key features: ;; - Search video query -;; - Play video URL, by default with MPV +;; - Play video URL, by default with mpv ;; - Save video URL with a custom name/label ;; - Download video, this package serves also as a front-end for -;; yt-dlp, thus supporting platforms beyond Youtube/Invidious. +;; yt-dlp, thus supporting platforms beyond Youtube & Invidious. ;;; Code: @@ -43,7 +43,7 @@ (defgroup yeetube nil - "Youtube/Invidious Front-end." + "Youtube & Invidious Front-end." :group 'external :prefix "yeetube-") -- cgit v1.2.3