diff options
author | Thanos Apollo <[email protected]> | 2024-03-03 22:46:36 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-03 22:46:36 +0200 |
commit | 0e028d0a3fc1e86288946d9cc59325e515680b8b (patch) | |
tree | 7606617e165c0900752d93519b785b8f063806f6 | |
parent | 5df5ad659a7cf53eccd57c9568b8865167e121fc (diff) |
packaging: Update commentary & desc
-rw-r--r-- | yeetube.el | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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: |