From 2871a0e6a7ad78262bc2f5d1edad445165f6f38f 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 4a52d31..d1dba1c 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.