getContentWithUtf8Encoding html output bug
ysykzheng opened this issue · 1 comments
ysykzheng commented
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>
dankito commented
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).