# fern
Media feed downloader.
Depends on `youtube-dl` to download the media from the feed.
## installing
Requires `make` and `go >= 1.15`
Install it with:
```bash
go get ricketyspace.net/fern
```
Or
```
go install ricketyspace.net/fern@latest
```
if using `go >= 1.17`.