JReadability icon indicating copy to clipboard operation
JReadability copied to clipboard

jreadability-1.3.jar — 1.3 release of JReadability Does not Work

Open norfanos opened this issue 12 years ago • 6 comments
trafficstars

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

norfanos avatar Oct 04 '13 22:10 norfanos

@norfanos Could you provide the link of the page that readability was unable to parse?

wuman avatar Oct 05 '13 08:10 wuman

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 avatar Oct 15 '13 18:10 norfanos

@norfanos This issue is already fixed in 9c87fa0ff644c64c02081edba37692f15b73eeaa You can use current 1.4-SNAPSHOT version.

smecsia avatar Dec 12 '13 13:12 smecsia

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

01joy avatar Sep 30 '14 16:09 01joy

@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 avatar Oct 01 '14 11:10 smecsia

@smecsia Thank you, I have chosen jsoup, but i will try what you said.

01joy avatar Oct 01 '14 11:10 01joy