aboutsummaryrefslogtreecommitdiffstats
path: root/yeetube.el
diff options
context:
space:
mode:
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: