summaryrefslogblamecommitdiffstats
path: root/README.md
blob: ad6e55dfc16eb69d0180ed2640380282f34e1e49 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                   
# fern

RSS/Atom media feed downloader.

Depends on [youtube-dl][ydl] for downloading media.

[ydl]: https://youtube-dl.org

## building

requires `make` and `go >= 1.15`

to build it, just do:

```
make
```