diff options
author | Thanos Apollo <[email protected]> | 2023-10-04 09:57:09 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-04 11:11:06 +0300 |
commit | 927f1d7d867dda9fbec1dd2b5f688268b457088b (patch) | |
tree | 4bd1411cbf990e74ae2097afaa78f95f2f457442 | |
parent | 8a56b5269202c44dd935c8697785673741602484 (diff) |
yeetube: Update commentary
-rw-r--r-- | yeetube.el | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -25,7 +25,16 @@ ;;; Commentary: -;; This package provides a YouTube front-end for Emacs. +;; This package provides the ability to scrape YouTube, with the results +;; displayed in a proced-like buffer. +;; +;; Basic functionality includes: +;; +;; - Search Youtube for query +;; - Play video url by default using mpv +;; - Bookmark/Save video url +;; - Download video using yt-dlp +;; - A minimal yt-dlp front-end, which is independent of the rest YouTube functionality, to download multiple urls. ;;; Code: |