blob: fd7efcd8c0633ac8b596dfec1b0a40c95a43b29b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# fern
Media feed downloader.
Depends on `youtube-dl` to download the media from the feed.
## building
requires `make` and `go >= 1.15`
to build it, just do:
```
make
```
|