snacktory icon indicating copy to clipboard operation
snacktory copied to clipboard

Readability clone in Java

Results 23 snacktory issues
Sort by recently updated
recently updated
newest added

I am trying to implement it using the code from Readme but it just doesn't work. There are no errors but it doesn't work either. If I try to `Log.d`...

This happens whenever you fetch an Youtube link like: https://www.youtube.com/watch?v=1a6KjDmHbR4 Instead of using the "og:image" from the head, it's setting the imageUrl as the first image in the , so...

I'm using snacktory with IntelliJ 15 and Gradle. The following was working yesterday, but stopped working today: ``` groovy repositories { maven { url "https://github.com/karussell/mvnrepo/raw/master/releases/" } } dependencies { compile('de.jetwick:snacktory:1.2')...

Hi Peter, I notice that I can extract only a part of the content of many websites, for example this site: http://sheldonbrown.com/brandt/patching.html I only get a part of the article,...

What about provide optional extraction directives ? In a majority of cases the extraction algorithm woks great. But for some web sites it can fail to extract relevant content. For...

Articles from the following properties don't currently work: - m.slashdot.org - Returns JResult with empty contents, probably due to redirect - arstechnica.com - Produces `java.net.ProtocolException: Unexpected status line: ‹������������������������������HTTP/1.1 200...

Hi! I'm trying to fetch content from the URLs inside of a Tweet. When I try to do it for Official Twitter Android app, Twitter only shares with me a...

Hi, I have tried using snacktory and It works well on the webpages which do not contain images. I have tried using one of the newspapers and I found that...

When the relevant article content is in an XML island it wouldn't be returned. See for example WSJ Japan article http://jp.wsj.com/Finance-Markets/Foreign-Currency-Markets/node_400108 with the following fragment (shortened for clarity): <p> <?xml...