Readability4J icon indicating copy to clipboard operation
Readability4J copied to clipboard

getContentWithUtf8Encoding html output bug

Open ysykzheng opened this issue 4 years ago • 1 comments

when use getContentWithUtf8Encoding get html value, but get error data.

  </body>
<html>

should is

  </body>
</html>

version:

<dependency>
      <groupId>net.dankito.readability4j</groupId>
      <artifactId>readability4j</artifactId>
      <version>1.0.4</version>
    </dependency>

ysykzheng avatar Jul 04 '20 16:07 ysykzheng

Thanks for reporting that bug to me!

Figured out the issue. Version 1.0.5 should fix that (should be visible at Maven Central in maximum two hours).

dankito avatar Jul 10 '20 18:07 dankito