diff options
author | Thanos Apollo <[email protected]> | 2023-08-17 05:58:10 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-17 05:58:10 +0300 |
commit | e7492d4f91cf11f5c74ba4faedab1d6bd6151520 (patch) | |
tree | 09aabe586319f8730375675fd6d521c207014aa6 | |
parent | 1847fd8f0fb593f895adf18a60c19b3f6a74523a (diff) |
change `Youtube/Invidious` to `Youtube & Invidious`
-rw-r--r-- | yeetube.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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-") |