From 8f64002e631874f087eb28dd8cdd667131ea2d5a Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Thu, 11 Jan 2018 14:00:29 +0000 Subject: Remove the data-readability references --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') 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 `á` to รก. - **NormalizeEntities**: default value `false`, converts UTF-8 characters to its HTML Entity equivalent. Useful to parse HTML with mixed encoding. -- cgit v1.2.3