aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 7c06dbf56781f2d87f108ce96dc8def787551247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Yeetube.el
[![Sourcehut](https://img.shields.io/badge/master-sourcehut-black?logo=sourcehut)](https://git.sr.ht/~thanosapollo/yeetube.el) 

## About 
- YouTube & Invidious Front-End for Emacs.

Search for videos, download them, or just play them using your favorite multimedia player *by default mpv*

*All without leaving Emacs*


## Installation 

- Download the latest tar-archive or clone the repo 

``` shell
git clone https://git.sr.ht/~thanosapollo/yeetube.el
```

- Load `yeetube.el`

``` emacs-lisp
(load-file "~/path/to/yeetube.el")
```


## Contributing 

- [Mailing list](https://lists.sr.ht/~thanosapollo/yeetube.el)
  - Development takes places on `dev` branch
- [Issue Tracker](https://todo.sr.ht/~thanosapollo/yeetube.el)