- Option (
PreferHTMLEncoding
) to either prefer HTML or HTTP encoding for generating content
- Option to replace images with placeholders
- Add RAW HTML content to Article
- Support for Universal apps (dropped SL and WP7 support)
- HttpOptions for better control over the request
- More reliable scraping of images
- Remove unnecessary attributes from tags
- Allow parsing of multi-page articles
- add PrettyPrint option
- use encoding found in HTTP headers in first iteration (fixes issue #6)
- fixes issue #3
- use custom encoders if not supported on platform (implemented for ISO-8859 and Windows range).
- extract description, favicon and front image from meta tags
- correct encoding - retry reading stream with charset from HTML headers, if not available in HTTP headers or not matching (fixes #1)
- migrate PocketSharp.Reader to ReadSharp