Does anyone know a ruby ​​library that works like Readability?

Readability is a javascript program that converts an html page to a more readable one. I'm looking for a Ruby implementation or something like that, does anyone know a library with such characteristics?

+3
source share
1 answer

You can find the Ruby port for arc90 readability at the following URL https://github.com/cantino/ruby-readability

+6
source

Source: https://habr.com/ru/post/1775194/


All Articles