aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-01 16:55:30 +0300
committerThanos Apollo <[email protected]>2023-08-01 20:45:47 +0300
commitd664adfa6a2ff9349bb173f712dc1ca718487d4b (patch)
treecaaeaaf33cadd6b2872b9f0bf141c015a6a15646
parent3d8ef1b4dd80a94df4093236bd2e0b23dee9241b (diff)
Update Package Commentary
-rw-r--r--yeetube.el13
1 files changed, 9 insertions, 4 deletions
diff --git a/yeetube.el b/yeetube.el
index 28d16b8..91c8bad 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -25,10 +25,15 @@
;;; Commentary:
-;; Search, play and downlaod videos from YouTube or any Invidious instance,
-;; including localhost.
-
-;; This package does not use YouTube/Invidious API.
+;; This package provides the ability to scrape YouTube or any Invidious
+;; instance, with the results displayed in a read-only org-mode buffer.
+
+;; Key features:
+;; - Search video query
+;; - 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.
;;; Code: