summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 44b937e..77e9565 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,6 @@ If the parsing process was unsuccessful the HTMLParser will return `false`
- **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`.
-- **normalizeSpaces**: default value `false`, normalize all spaces. Changes all consecutive spaces to one space.
- **substituteEntities**: default value `false`, disables the `substituteEntities` flag of libxml. Will avoid substituting HTML entities. Like `´` to รก.
- **originalURL**: default value `http://fakehost`, original URL from the article used to fix relative URLs.