summaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
Diffstat (limited to 'yeetube.el')
-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: