diff options
-rw-r--r-- | yeetube.el | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -25,10 +25,15 @@ ;;; Commentary: -;; Search, play and downlaod videos from YouTube or any Invidious instance, -;; including localhost. - -;; This package does not use YouTube/Invidious API. +;; This package provides the ability to scrape YouTube or any Invidious +;; instance, with the results displayed in a read-only org-mode buffer. + +;; Key features: +;; - Search video query +;; - Play video URL, by default with MPV +;; - Save video URL with a custom name/label +;; - Download video, this package serves also as a front-end for +;; yt-dlp, thus supporting platforms beyond Youtube/Invidious. ;;; Code: |