From e68ff691b8c7157c6e20833053aed7671ad6cbca Mon Sep 17 00:00:00 2001 From: nytpu Date: Wed, 17 Mar 2021 08:53:39 -0600 Subject: add updateHTTPPage function --- fetch/fetch.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fetch/fetch.go') diff --git a/fetch/fetch.go b/fetch/fetch.go index 3fc160b..4dfb6c2 100644 --- a/fetch/fetch.go +++ b/fetch/fetch.go @@ -68,9 +68,7 @@ func UpdatePage(p *core.Page) error { case "gemini": return updateGeminiPage(p) case "http", "https": - // return updateHTTPPage(p) - // TODO - fallthrough + return updateHTTPPage(p) case "gopher", "gophers": // return updateGopherPage(p) // TODO -- cgit v1.2.3