diff options
| author | nytpu <alex@nytpu.com> | 2021-03-17 08:53:39 -0600 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2021-03-17 09:02:02 -0600 |
| commit | e68ff691b8c7157c6e20833053aed7671ad6cbca (patch) | |
| tree | 0c382be4acf81a2bee5b12e765da8016f66d5ff1 /fetch/fetch.go | |
| parent | f9428c3e0eee710f9471044bb1068b3e4341f4f8 (diff) | |
add updateHTTPPage function
Diffstat (limited to 'fetch/fetch.go')
| -rw-r--r-- | fetch/fetch.go | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
