![JAR search and dependency download from the Maven repository](/logo.png)
net.dankito.readability4j.model.ArticleGrabberOptions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Readability4J Show documentation
Show all versions of Readability4J Show documentation
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