JReadability
JReadability copied to clipboard
jreadability-1.3.jar — 1.3 release of JReadability Does not Work
First, thank you for all your effort. I just wanted to bring to your attention that the jar files for 1.3 are not working. The code differs from the master which is causing it to output the message:
Sorry, readability was unable to parse this page for content.
Again thank you for your port.

@norfanos Could you provide the link of the page that readability was unable to parse?
Sorry for the delay:
http://www.scaleunlimited.com/
But it was any URL I sent at it. Building from source and not using the JAR works.
@norfanos This issue is already fixed in 9c87fa0ff644c64c02081edba37692f15b73eeaa You can use current 1.4-SNAPSHOT version.
@smecsia I am facing the same problem:Sorry, readability was unable to parse this page for content. Where is 1.4-SNAPSHOT version's jar. I can't find it in downloads section.
@Beeder you can make the following in your local development or build environment:
git clone https://github.com/wuman/JReadability.git
cd JReadability
make install
Then you can use 1.4-SNAPSHOT. Or you can ask @wuman to release the newer version of this library to the maven central.
@smecsia Thank you, I have chosen jsoup, but i will try what you said.