diff --git a/internal/reader/readability/readability.go b/internal/reader/readability/readability.go index 83d227aa..a0748c5c 100644 --- a/internal/reader/readability/readability.go +++ b/internal/reader/readability/readability.go @@ -86,8 +86,8 @@ func ExtractContent(page io.Reader) (baseURL string, extractedContent string, er document.Find("script,style").Remove() - transformMisusedDivsIntoParagraphs(document) removeUnlikelyCandidates(document) + transformMisusedDivsIntoParagraphs(document) candidates := getCandidates(document) topCandidate := getTopCandidate(document, candidates)