From b5fa94beef7d33ad0f211bd5be19d038f2dba67a Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 4 Jul 2023 13:59:23 +0300 Subject: Update README --- README.md | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6efc98c..e1c1305 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,29 @@ ## About - Watch & Download Videos from Emacs. +*For now the search feature is designed to work with YouTube* + ### But why? -This was initially intended to simplify the expansion of my -`~/Music`. However, as I delved into its development, the -idea emerged to incorporate a different approach: +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* :) + +## Installation + +- Clone repo +``` bash +git clone https://git.sr.ht/~thanosapollo/yeetube.el +``` -**Enabling direct Search & Play of videos and audio within Emacs.** +- Add the following to your `init.el` -This circumvents the interruption of my "work-flow"" caused by -diverting attention to external browsers and platforms like YouTube, -which are attention black holes. +``` emacs-lisp +(load-file "/path/to/yeetube.el")) +``` ### Customization @@ -57,20 +69,6 @@ front end for `yt-dlp`. Open a Dired buffer and navigate to your desired *PATH* and run `yeetube-download-videos` interactively. -## Installation - -- Clone repo -``` bash -git clone https://git.sr.ht/~thanosapollo/yeetube.el -``` - -- Add the following to your `init.el` - -``` emacs-lisp -(load-file "/path/to/yeetube.el")) -``` - - ## Contributing - [Mailing list](https://lists.sr.ht/~thanosapollo/yeetube.el) -- cgit v1.2.3