How difficult would it be to implement isProbablyReaderable(doc, options) (from https://github.com/mozilla/readability#isprobablyreaderabledocument-options).
This would allow to check when a webpage is actually interesting / relevant for scraping and save on speed.
Would this be hard to implement? I could also try working on it.
How difficult would it be to implement
isProbablyReaderable(doc, options)(from https://github.com/mozilla/readability#isprobablyreaderabledocument-options).This would allow to check when a webpage is actually interesting / relevant for scraping and save on speed.
Would this be hard to implement? I could also try working on it.