From 0e028d0a3fc1e86288946d9cc59325e515680b8b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 3 Mar 2024 22:46:36 +0200 Subject: packaging: Update commentary & desc --- yeetube.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'yeetube.el') 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: -- cgit v1.2.3