Skip to content

Getting double the content, page is repeated twice in the TranscodingResult #23

@kibblewhite

Description

@kibblewhite

When running NReadability on the following URL:
http://www.internationalreview.co.uk/music/johnny-hodges/

It returns the extracted content twice. If there is a chance of checking that it isn't just me, and that someone else get's the same issue, that would be great.

var input = new TranscodingInput(htmlContent) { DomSerializationParams = new DomSerializationParams { DontIncludeContentTypeMetaElement = true, DontIncludeDocTypeMetaElement = true, DontIncludeGeneratorMetaElement = true, DontIncludeMobileSpecificMetaElements = true, PrettyPrint = true } }; var transcodedContent = transcoder.Transcode(input);

Where htmlContent is the html string extracted as UTF-8 encoding from the url: http://www.internationalreview.co.uk/music/johnny-hodges/

Many thanks...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions