aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-04 09:57:09 +0300
committerThanos Apollo <[email protected]>2023-10-04 11:11:06 +0300
commit927f1d7d867dda9fbec1dd2b5f688268b457088b (patch)
tree4bd1411cbf990e74ae2097afaa78f95f2f457442 /yeetube.el
parent8a56b5269202c44dd935c8697785673741602484 (diff)
yeetube: Update commentary
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: