mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
- Use an array of strings instead of a regex, like done in ef13756b1a7a7ba30fd34174a5367381fd8b4849 - Extract the `shouldRemove` function from `removeUnlikelyCandidates`, as there is no reason to have it there instead of being a proper standalone function. - Improve a condition, where the goquery selection would have its `id` attribute left unchecked if a `class` one was present, regardless of if `class` was a candidate to removal or not. - Add some comments |
||
---|---|---|
.. | ||
readability.go | ||
readability_test.go | ||
testdata |