diff options
author | Thanos Apollo <[email protected]> | 2023-07-05 10:44:04 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-05 18:14:01 +0300 |
commit | 8988efc3b57d3fd75fc17772ee04e11256893ecd (patch) | |
tree | 3b8875aaa4f53093b0383fc22dc208acc41d9e8f | |
parent | 980a73a228fdfe8a5b360ac5b9581fc30c19c6b2 (diff) |
Update README
-rw-r--r-- | README.md | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,18 +1,21 @@ # Yeetube.el ## About -- Watch & Download Videos from Emacs. +- YouTube & Invidious Front-End. -*For now the search feature is designed to work with YouTube* +Search for videos, +Download them, +Or just play them using your favorite media player (by default mpv). + +*All without leaving Emacs* ### But why? Because Emacs. - Differences with other front-ends: -- No YouTube/Invidious API -- Includes simple front-end for `yt-dlp` *not forcing you to use youtube urls* :) +- No YouTube/Invidious API +- Includes a simple front-end for `yt-dlp` *not forcing you to use youtube/invidious urls* :) ## Installation @@ -31,8 +34,7 @@ git clone https://git.sr.ht/~thanosapollo/yeetube.el ### Customization - `yeetube-results-prefix` Default is "+" -- `yeetube-query-url` Default is YouTube URL, soon there will be more sites -supported +- `yeetube-query-url` Default is YouTube URL, *you can also use any invidious instance or localhost.* - `yeetube-download-audio-format` Default is `nil`, you can use it to specify your downloads to be only (audio) FORMAT, e.g "m4a" |