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