From 927f1d7d867dda9fbec1dd2b5f688268b457088b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 4 Oct 2023 09:57:09 +0300 Subject: yeetube: Update commentary --- yeetube.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'yeetube.el') 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: -- cgit v1.2.3