aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/yeetube.el b/yeetube.el
index 4fbd1d7..0c1fb93 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -25,7 +25,16 @@
;;; Commentary:
-;; This package provides a YouTube front-end for Emacs.
+;; This package provides the ability to scrape YouTube, with the results
+;; displayed in a proced-like buffer.
+;;
+;; Basic functionality includes:
+;;
+;; - Search Youtube for query
+;; - Play video url by default using mpv
+;; - Bookmark/Save video url
+;; - Download video using yt-dlp
+;; - A minimal yt-dlp front-end, which is independent of the rest YouTube functionality, to download multiple urls.
;;; Code: