Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getContentWithUtf8Encoding html output bug #8

Open
ysykzheng opened this issue Jul 4, 2020 · 1 comment
Open

getContentWithUtf8Encoding html output bug #8

ysykzheng opened this issue Jul 4, 2020 · 1 comment

Comments

@ysykzheng
Copy link

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
Copy link
Owner

dankito commented Jul 10, 2020

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants