Changed html2text import to github.com/jaytaylor/html2text as jaytaylor.com/html2text seems down.

This commit is contained in:
Martin Dosch 2019-08-30 09:51:38 +02:00
parent 96fd8cf3f6
commit 45a2c9a541

View file

@ -14,7 +14,7 @@ import (
"time"
"github.com/mmcdole/gofeed"
"jaytaylor.com/html2text"
"github.com/jaytaylor/html2text"
)
// Get new articles for specified feed.