fix: check for nil link to avoid runtime panic #95 (#103)
## What type of PR is this? (check all applicable)
- [x] Bug Fix
## Description
Check for nil link in feed to avoid runtime panic
## Related Issue
- Closes#95
## Added/updated tests?
- [x] Yes
Description:"A discussion on controlled parallelism in golang",
Author:nil,
Created:now,
Content:`<p>Go's goroutines make it easy to make <a href="http://collectiveidea.com/blog/archives/2012/12/03/playing-with-go-embarrassingly-parallel-scripts/">embarrassingly parallel programs</a>, but in many "real world" cases resources can be limited and attempting to do everything at once can exhaust your access to them.</p>`,