mozilla / readability

A standalone version of the readability lib
Other
9.03k stars 609 forks source link

missing listitem #916

Open TheCutestCat opened 1 month ago

TheCutestCat commented 1 month ago

description

cmkm commented 1 month ago

Thanks for reporting this. I'm not able to observe the same behavior with Readability at this time. Would you be able to provide more detailed testing steps?

TheCutestCat commented 1 month ago

@cmkm Thank you for your support. I think the reason for the failure to reproduce is because the version is incorrect. The Version should be the latest version from github

  1. download from github and unzip
  2. replace the readability in node_modules

Run the command npm install @mozilla/readability is not correct, that will use the 0.5.0 version from npm, which is not the latest version.

The problematic results and source HTML file are in the following file : readability_missing_item.zip Thank you for your attention.