From 45a2c9a5416176f0b23c0b2292db422b9284f60a Mon Sep 17 00:00:00 2001 From: Martin Dosch Date: Fri, 30 Aug 2019 09:51:38 +0200 Subject: [PATCH] Changed html2text import to github.com/jaytaylor/html2text as jaytaylor.com/html2text seems down. --- getArticles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getArticles.go b/getArticles.go index e7bc978..8c4b509 100644 --- a/getArticles.go +++ b/getArticles.go @@ -14,7 +14,7 @@ import ( "time" "github.com/mmcdole/gofeed" - "jaytaylor.com/html2text" + "github.com/jaytaylor/html2text" ) // Get new articles for specified feed.