aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-17 05:58:10 +0300
committerThanos Apollo <[email protected]>2023-08-17 05:58:10 +0300
commite7492d4f91cf11f5c74ba4faedab1d6bd6151520 (patch)
tree09aabe586319f8730375675fd6d521c207014aa6 /yeetube.el
parent1847fd8f0fb593f895adf18a60c19b3f6a74523a (diff)
change `Youtube/Invidious` to `Youtube & Invidious`
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el8
1 files changed, 4 insertions, 4 deletions
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-")