aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: dfb047829df3efd7cb56477f27603c951b789432 (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
# Yeetube.el

## About 
- Watch & Download Videos from Emacs.

## Contributing 

- [Mailing list](https://lists.sr.ht/~thanosapollo/yeetube.el)
- [Issue Tracker](https://todo.sr.ht/~thanosapollo/yeetube.el)


## 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"))
```