summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-01-11 14:00:29 +0000
committerAndres Rey <[email protected]>2018-01-11 14:00:29 +0000
commit8f64002e631874f087eb28dd8cdd667131ea2d5a (patch)
tree3c98a549bb3a7158f4e12fcfd04321d24ed2aa99 /README.md
parentbfd367ec38a0050278261b461a725683af1361ff (diff)
Remove the data-readability references
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index b39f4c2..02b5142 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,6 @@ Then you pass this Configuration object to Readability. The following options ar
- **StripUnlikelyCandidates**: default value `true`, remove nodes that are unlikely to have relevant information. Useful for debugging or parsing complex or non-standard articles.
- **CleanConditionally**: default value `true`, remove certain nodes after parsing to return a cleaner result.
- **WeightClasses**: default value `true`, weight classes during the rating phase.
-- **RemoveReadabilityTags**: default value `true`, remove the data-readability tags inside the nodes that are added during the rating phase.
- **FixRelativeURLs**: default value `false`, convert relative URLs to absolute. Like `/test` to `http://host/test`.
- **SubstituteEntities**: default value `false`, disables the `substituteEntities` flag of libxml. Will avoid substituting HTML entities. Like `&aacute;` to รก.
- **NormalizeEntities**: default value `false`, converts UTF-8 characters to its HTML Entity equivalent. Useful to parse HTML with mixed encoding.