diff options
author | Thanos Apollo <[email protected]> | 2024-07-08 23:10:56 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-08 23:37:02 +0300 |
commit | bd5418635f3483930d267bcb44cd3744db4ea3ac (patch) | |
tree | ae9dcf11254fe966a5c0c4825e57305e62d75d04 | |
parent | 5c0a3efd2fb5cc25a6a90741ad198e31fdb15640 (diff) |
Packaging: Update commentary & version header to 2.1.7
-rw-r--r-- | yeetube.el | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,11 +1,11 @@ -;;; yeetube.el --- Scrape YouTube - Play with mpv & Download with yt-dlp | -*- lexical-binding: t; -*- +;;; yeetube.el --- Scrape YouTube, Play with mpv & Download with yt-dlp -*- lexical-binding: t; -*- ;; Copyright (C) 2023-2024 Thanos Apollo ;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions youtube videos ;; URL: https://thanosapollo.org/projects/yeetube/ -;; Version: 2.1.6 +;; Version: 2.1.7 ;; Package-Requires: ((emacs "27.2") (compat "29.1.4.2")) @@ -29,10 +29,10 @@ ;; ;; Core features include: ;; -;; - Executing queries on YouTube -;; - Playing video URLs using default mpv -;; - Bookmark/Save video url for future reference -;; - Download video using yt-dlp +;; - Executing YouTube queries +;; - Playing videos, by default using MPV +;; - Downloading videos, using yt-dlp +;; - Bookmarking and saving video URLs ;; - A standalone, minimalist yt-dlp frontend ;;; Code: |