blob: 7ca4b721da30e766dbf0512c0adae7af6b168f23 (
about) (
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
|
# Yeetube.el
## About
- Watch & Download Videos from Emacs.
## 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)
- [Issue Tracker](https://todo.sr.ht/~thanosapollo/yeetube.el)
|