it's posible to add readability feature? (full article plus cleanup) to FRSS? eg arc90 readibility (or smilar?) or readability.com api (but second its buggy, dont support srcset)
Hello,
Are we talking about a new "share with" entry?
If yes, see an example https://github.com/FreshRSS/FreshRSS/pull/1056/commits/9b842f9909807fb615e5fb52149903272d9ae101
I think @kavillock is referring to Arc90 Readability algorithm. See https://github.com/QupZilla/qupzilla-plugins/wiki/Readability
yes, i referring to Arc90 Readability algorithm.
Hi, anything new about readability support ?
Have you @Alkarex ever heard about https://github.com/andreskrey/readability.php ?
Thanks
When you're thinking of that feature, what exactly do you have in mind?
Do you want a toggle like in Firefox bar?
If so, do you want to toggle one article, all articles, other?
Do you want to store modified data in the database?
Maybe automatic custom article CSS or something?
Oops, maybe I was not understandable.
To sum up, the idea behind the "readability" is to retrieve an item from an RSS feed integrally.
It's already implemented as a plugin in tt-rss.
Example : the first screenshot is my ttrss instance with af_readability enabled : the article is full (it continues lower, until its end) and at the bottom it is my FreshRSS one looking at the same article.

Right, so it's basically an automated attempt at Articles CSS path on original website.
For reference, the current system that we have (not as good, but does the job):
Related issues:
not as good
Indeed. It's much better. \m/
(Not really kidding. Automatic is cool and all when it works… Anyway, no reason we can't have both I reckon.)
https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#retrieve-a-truncated-stream
Thanks, but I don't get it. What filter do I need for following page?
http://www.handelsblatt.com/unternehmen/management/daimler-bmw-telekom-deutschlands-konzerne-sind-so-profitabel-wie-nie/21107000.html
@helmut72 Presumably .container_onecolumn_read.
Thank you, but it doesn't work. Looks like their default RSS:

Is the feed updated immediately or do I have the possibility to add a CSS Path before FreshRSS fetches the content for the first time?
Is the feed updated immediately or do I have the possibility to add a CSS Path before FreshRSS fetches the content for the first time?
Answering my own question. Looks like the feeds will be loaded immediately and it's not possible the set the CSS Path before loading. The newer articles over the night are now correct! It should be possible to test the CSS Path before. Some of me feeds are updated only weekly.
I was just messing around with feedbin and they have a button you click per article that uses the recently open sourced Mercury Parser that seems to work great. I like individual article parsing but whole feed parsing is useful as well.
Most helpful comment
I was just messing around with feedbin and they have a button you click per article that uses the recently open sourced Mercury Parser that seems to work great. I like individual article parsing but whole feed parsing is useful as well.