aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-03 22:46:36 +0200
committerThanos Apollo <[email protected]>2024-03-03 22:46:36 +0200
commit0e028d0a3fc1e86288946d9cc59325e515680b8b (patch)
tree7606617e165c0900752d93519b785b8f063806f6 /yeetube.el
parent5df5ad659a7cf53eccd57c9568b8865167e121fc (diff)
packaging: Update commentary & desc
Diffstat (limited to 'yeetube.el')
-rw-r--r--yeetube.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/yeetube.el b/yeetube.el
index b3f0c89..3e77c48 100644
--- a/yeetube.el
+++ b/yeetube.el
@@ -1,4 +1,4 @@
-;;; yeetube.el --- YouTube Front End | Interface for yt-dlp | mpv control | -*- lexical-binding: t; -*-
+;;; yeetube.el --- Scrape YouTube - Control MPV - Download content with yt-dlp | -*- lexical-binding: t; -*-
;; Copyright (C) 2023 Thanos Apollo
@@ -25,15 +25,15 @@
;;; Commentary:
;; This package provides the ability to scrape YouTube, with the results
-;; displayed in a proced-like buffer.
+;; displayed in a tabulated list.
;;
-;; Basic functionality includes:
+;; Core features include:
;;
-;; - Query YouTube
-;; - Play video url by default using mpv
-;; - Bookmark/Save video url
+;; - Executing queries on YouTube
+;; - Playing video URLs using default mpv
+;; - Bookmark/Save video url for future reference
;; - Download video using yt-dlp
-;; - A minimal yt-dlp front-end, which is independent of the rest YouTube functionality, to download multiple urls.
+;; - A standalone, minimalist yt-dlp frontend
;;; Code: