summaryrefslogtreecommitdiff
path: root/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'fetch')
-rw-r--r--fetch/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch/http.go b/fetch/http.go
index 2661438..ae5a3bb 100644
--- a/fetch/http.go
+++ b/fetch/http.go
@@ -58,7 +58,7 @@ func httpFeed(data *core.FullData, remote string, title string) error {
if resp.Header.Get("Content-Type") == "text/html" {
// TODO
- return fmt.Errorf("Extracting feed from HTML pages is unimplemented")
+ return fmt.Errorf("Extracting feed from HTML pages is currently unsupported.")
}
reader := io.LimitReader(resp.Body, 1073741824) // 1 GiB