diff options
author | Thanos Apollo <[email protected]> | 2023-07-04 13:59:23 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-05 18:13:58 +0300 |
commit | b5fa94beef7d33ad0f211bd5be19d038f2dba67a (patch) | |
tree | efeb45599105b8605d800b8c206783ad30cf78d0 | |
parent | 509ea6c9d50cfdfb7b64d8b93e5a9d27469f9e27 (diff) |
Update README
-rw-r--r-- | README.md | 40 |
1 files changed, 19 insertions, 21 deletions
@@ -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) |