diff options
author | Thanos Apollo <[email protected]> | 2023-08-01 16:52:12 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-01 16:57:49 +0300 |
commit | 3d8ef1b4dd80a94df4093236bd2e0b23dee9241b (patch) | |
tree | bcb7aeb4f23ab95b422c69e3ac0c01f65921e87e | |
parent | 19a03cca912d0b62b5b00a17e0673b9b48cc8773 (diff) |
Update README
-rw-r--r-- | README.md | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,13 +1,22 @@ # Yeetube.el [![builds.sr.ht status](https://builds.sr.ht/~thanosapollo/yeetube.el.svg)](https://builds.sr.ht/~thanosapollo/yeetube.el?) + +Available via [![MELPA](https://melpa.org/packages/yeetube-badge.svg)](https://melpa.org/#/yeetube) ## About - YouTube & Invidious Front-End for Emacs. -Search for videos, download them, or just play them using your favorite multimedia player *by default mpv* +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.* -*All without leaving Emacs* ## Installation @@ -26,7 +35,8 @@ git clone https://git.sr.ht/~thanosapollo/yeetube.el (load-file "~/path/to/yeetube.el") ``` -- Make sure you have installed `mpv` and `yt-dlp` as well + +Install `mpv` & `yt-dlp` *Debian/Ubuntu* ``` shell sudo apt install yt-dlp mpv |