All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.dankito.readability4j.model.ArticleGrabberOptions.kt Maven / Gradle / Ivy

Go to download

A Kotlin port of Mozilla‘s Readability. It extracts a website‘s relevant content and removes all clutter from it.

The newest version!
package net.dankito.readability4j.model


open class ArticleGrabberOptions(var stripUnlikelyCandidates: Boolean = true,
                                 var weightClasses: Boolean = true,
                                 var cleanConditionally: Boolean = true)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy